Skip to content

Commit 9e0b1d7

Browse files
committed
add in components for all of the new packages
1 parent 2db57cc commit 9e0b1d7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

codecov.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,38 @@ comment:
33

44
component_management:
55
individual_components:
6+
- component_id: package_analyzer
7+
name: Bundle Analyzer
8+
paths:
9+
- packages/bundler-analyzer/**
610
- component_id: package_core
711
name: Plugin core
812
paths:
913
- packages/bundler-plugin-core/**
14+
- component_id: package_nextjs_webpack
15+
name: Next.js Webpack plugin
16+
paths:
17+
- packages/nextjs-webpack-plugin/**
18+
- component_id: package_nuxt
19+
name: Nuxt plugin
20+
paths:
21+
- packages/nuxt-plugin/**
22+
- component_id: package_remix_vite
23+
name: Remix Vite plugin
24+
paths:
25+
- packages/remix-vite-plugin/**
1026
- component_id: package_rollup
1127
name: Rollup plugin
1228
paths:
1329
- packages/rollup-plugin/**
30+
- component_id: package_solidstart
31+
name: SolidStart plugin
32+
paths:
33+
- packages/solidstart-plugin/**
34+
- component_id: package_sveltekit
35+
name: SvelteKit plugin
36+
paths:
37+
- packages/sveltekit-plugin/**
1438
- component_id: package_vite
1539
name: Vite plugin
1640
paths:

0 commit comments

Comments
 (0)