Skip to content

Commit 51f291f

Browse files
author
Bart Koelman
authored
Prevent PR status checks to fail when code coverage drops.
This allows the coverage to drop by max 10% according to https://docs.codecov.io/docs/commit-status#branches.
1 parent 7c30e4f commit 51f291f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codecov.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
threshold: 10%

0 commit comments

Comments
 (0)