Skip to content

Commit 3e63f8a

Browse files
committed
change component status check to informational
1 parent 9ee2ba4 commit 3e63f8a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.codecov.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@ coverage:
3131

3232
component_management:
3333
default_rules:
34-
statuses: []
34+
statuses:
35+
- type: project
36+
informational: true
37+
- type: patch
38+
informational: true
3539

3640
individual_components:
3741
- component_id: "internal/backoff"
3842
paths:
3943
- "internal/backoff/**"
4044

41-
- component_id: "internal-bus"
45+
- component_id: "internal/bus"
4246
paths:
4347
- "internal/bus/**"
4448

0 commit comments

Comments
 (0)