Skip to content

Commit bd58d29

Browse files
committed
Adjust codecov.yml to avoid bogus failed messages
Previously, it reported failure no change was tracked.
1 parent eb9c9e0 commit bd58d29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codecov.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@ coverage:
1616
precision: 2
1717
range: 40..80
1818
status:
19-
# don't block mindlessly on coverage failures
20-
informational: true
2119
# status information for PRs only
2220
only_pulls: true
2321
patch:
2422
default:
23+
# don't block mindlessly on coverage failures
24+
informational: true
2525
# strongly suggest more than 60% of changes be covered
2626
target: 60
2727
threshold: 10
2828
project:
2929
default:
30+
# don't block mindlessly on coverage failures
31+
informational: true
3032
target: 0 # don't force a minimum coverage
3133
# allow decrease by up to 5 %
3234
threshold: 5

0 commit comments

Comments
 (0)