Skip to content

Commit 58864f6

Browse files
committed
Allow codecov patch status to fail
Very annoying.
1 parent 0cda1c3 commit 58864f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/.codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coverage:
44
# Prevent small changes in coverage from failing CI.
55
project:
66
default:
7-
threshold: 10
7+
threshold: 15%
88
patch:
99
default:
10-
threshold: 50
10+
threshold: 100%

0 commit comments

Comments
 (0)