Skip to content

Commit 11a97fe

Browse files
authored
Do not fail builds due to missing tests in added/modified lines (#3271)
Only consider project overall status to not drop a considerable amount
1 parent 12facd8 commit 11a97fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# https://docs.codecov.com/docs/codecovyml-reference
22
coverage:
33
status:
4+
# https://docs.codecov.com/docs/commit-status
45
project:
56
default:
67
# basic
78
target: auto
89
# each PR must not lower the coverage by more than the given percentage
910
threshold: 0.1%
11+
patch: off

0 commit comments

Comments
 (0)