Skip to content

Commit 143dee8

Browse files
authored
[MNT] make codecov patch coverage informational
The `codecov` patch job, i.e., "how many lines of the diff are covered", can cause CI failures currently - these are misleading in particular if the code is maintenance or config code and itself not covered due to reasonable circumstances. To avoid random failures in such cases, the patch coverage is turned to be informational. The total coverage condition, i.e., that total rpeository coverage should not drop too much through a PR, is not changed.
1 parent 35766e2 commit 143dee8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ coverage:
66
project:
77
default:
88
threshold: 0.2%
9+
patch:
10+
default:
11+
informational: true

0 commit comments

Comments
 (0)