Skip to content

Commit 98a704f

Browse files
committed
ci(codecov): Add more individual_components
1 parent 2bde2ab commit 98a704f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/codecov.yml

+18-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@ comment:
2222

2323
component_management:
2424
individual_components:
25+
- component_id: js-ast-analyze
26+
name: js-ast-analyze
27+
paths:
28+
- packages/js-ast-analyze/**
29+
2530
- component_id: js-ast-build
2631
name: js-ast-build
2732
paths:
2833
- packages/js-ast-build/**
2934

30-
- component_id: ts-ast-build
31-
name: ts-ast-build
35+
- component_id: svelte-ast-analyze
36+
name: svelte-ast-analyze
3237
paths:
33-
- packages/ts-ast-build/**
38+
- packages/svelte-ast-analyze/**
3439

3540
- component_id: svelte-ast-build
3641
name: svelte-ast-build
@@ -41,3 +46,13 @@ component_management:
4146
name: svelte-ast-print
4247
paths:
4348
- packages/svelte-ast-print/**
49+
50+
- component_id: ts-ast-analyze
51+
name: ts-ast-analyze
52+
paths:
53+
- packages/ts-ast-analyze/**
54+
55+
- component_id: ts-ast-build
56+
name: ts-ast-build
57+
paths:
58+
- packages/ts-ast-build/**

0 commit comments

Comments
 (0)