Skip to content

Commit 66758ec

Browse files
committed
does not handle comments
1 parent 71c4497 commit 66758ec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.codecov.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ flag_management:
1414

1515

1616
component_management:
17-
default_rules: # Dict. rules inherited by all components that don't define a tag for themselves.
17+
default_rules:
1818
statuses:
19-
- type: project # in this case every component that doens't have a status defined will have a project type one
19+
- type: project
2020
target: auto
2121
branches:
2222
- "!master"
23-
individual_components: # List. These are the actual components.
23+
individual_components:
24+
- component_id: api
25+
paths:
26+
- api/**
2427
- component_id: pkg_aws_library
2528
paths:
2629
- packages/aws-library/**

0 commit comments

Comments
 (0)