Skip to content

Commit 7cda36e

Browse files
committed
Add codecov.yml allowing coverage to drop slightly before "failing"
This should remove one big red X in our builds, making it harder to miss other failing tests.
1 parent 8b4ea56 commit 7cda36e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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+
target: auto
6+
threshold: 2%
7+
base: auto
8+
informational: false

0 commit comments

Comments
 (0)