File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ It supports the following features:
26
26
27
27
## More information
28
28
29
+ - [ Plugin Config Docs] ( https://codecov.github.io/codecov-javascript-bundler-plugins/index.html )
29
30
- [ Codecov Documentation] ( https://docs.codecov.com/docs )
30
31
- [ Codecov Feedback] ( https://github.com/codecov/feedback/discussions )
31
32
- [ Sentry Discord] ( https://discord.gg/Ww9hbqr )
Original file line number Diff line number Diff line change 9
9
> [ !WARNING]
10
10
> These plugins are currently in beta and are subject to change.
11
11
12
+ > The bundler-plugin-core is not to be used individually and is meant to be used in conjunction with the bundler specific plugins.
13
+
12
14
Core package containing the bundler-agnostic logic for the Codecov Bundler Plugins.
13
15
14
16
Checkout the individual packages for more information and examples:
@@ -25,6 +27,7 @@ The Codecov Bundler Core package contains the following functionality:
25
27
26
28
## More information
27
29
30
+ - [ Bundler Config Docs] ( https://codecov.github.io/codecov-javascript-bundler-plugins/modules/_codecov_bundler_plugin_core.html )
28
31
- [ Codecov Documentation] ( https://docs.codecov.com/docs )
29
32
- [ Codecov Feedback] ( https://github.com/codecov/feedback/discussions )
30
33
- [ Sentry Discord] ( https://discord.gg/Ww9hbqr )
Original file line number Diff line number Diff line change 10
10
> These plugins are currently in beta and are subject to change.
11
11
12
12
> A Rollup plugin that provides bundle analysis support for Codecov.
13
+ >
14
+ > The plugin does not support code coverage, see our [ docs] ( https://docs.codecov.com/docs/quick-start ) to set up coverage today!
13
15
14
16
## Installation
15
17
@@ -52,6 +54,7 @@ export default defineConfig({
52
54
53
55
## More information
54
56
57
+ - [ Rollup Config Docs] ( https://codecov.github.io/codecov-javascript-bundler-plugins/modules/_codecov_rollup_plugin.html )
55
58
- [ Codecov Documentation] ( https://docs.codecov.com/docs )
56
59
- [ Codecov Feedback] ( https://github.com/codecov/feedback/discussions )
57
60
- [ Sentry Discord] ( https://discord.gg/Ww9hbqr )
Original file line number Diff line number Diff line change 10
10
> These plugins are currently in beta and are subject to change.
11
11
12
12
> A Vite plugin that provides bundle analysis support for Codecov.
13
+ >
14
+ > The plugin does not support code coverage, see our [ docs] ( https://docs.codecov.com/docs/quick-start ) to set up coverage today!
13
15
14
16
## Installation
15
17
@@ -52,6 +54,7 @@ export default defineConfig({
52
54
53
55
## More information
54
56
57
+ - [ Vite Config Docs] ( https://codecov.github.io/codecov-javascript-bundler-plugins/modules/_codecov_vite_plugin.html )
55
58
- [ Codecov Documentation] ( https://docs.codecov.com/docs )
56
59
- [ Codecov Feedback] ( https://github.com/codecov/feedback/discussions )
57
60
- [ Sentry Discord] ( https://discord.gg/Ww9hbqr )
Original file line number Diff line number Diff line change 10
10
> These plugins are currently in beta and are subject to change.
11
11
12
12
> A Webpack plugin that provides bundle analysis support for Codecov.
13
+ >
14
+ > The plugin does not support code coverage, see our [ docs] ( https://docs.codecov.com/docs/quick-start ) to set up coverage today!
13
15
14
16
## Installation
15
17
@@ -58,6 +60,7 @@ module.exports = {
58
60
59
61
## More information
60
62
63
+ - [ Webpack Config Docs] ( https://codecov.github.io/codecov-javascript-bundler-plugins/modules/_codecov_webpack_plugin.html )
61
64
- [ Codecov Documentation] ( https://docs.codecov.com/docs )
62
65
- [ Codecov Feedback] ( https://github.com/codecov/feedback/discussions )
63
66
- [ Sentry Discord] ( https://discord.gg/Ww9hbqr )
You can’t perform that action at this time.
0 commit comments