Skip to content

Commit 600a407

Browse files
committed
chore: add codecov.yml to make project check informational
The codecov/project check fails on coverage decreases with no config. Set project status to informational so it reports but doesn't block, while keeping patch coverage as the gating check.
1 parent 3eed521 commit 600a407

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
informational: true
6+
patch:
7+
default:
8+
target: auto

0 commit comments

Comments
 (0)