We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c4497 commit 66758ecCopy full SHA for 66758ec
.codecov.yml
@@ -14,13 +14,16 @@ flag_management:
14
15
16
component_management:
17
- default_rules: # Dict. rules inherited by all components that don't define a tag for themselves.
+ default_rules:
18
statuses:
19
- - type: project # in this case every component that doens't have a status defined will have a project type one
+ - type: project
20
target: auto
21
branches:
22
- "!master"
23
- individual_components: # List. These are the actual components.
+ individual_components:
24
+ - component_id: api
25
+ paths:
26
+ - api/**
27
- component_id: pkg_aws_library
28
paths:
29
- packages/aws-library/**
0 commit comments