Skip to content

Commit daaa61f

Browse files
committed
Update codecov patch comparison to succeed
The patch comparison of codecov can still fail which is not what we want. This can cause trouble if there are no coverage related code changes involved. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 8f32010 commit daaa61f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.codecov.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@ coverage:
1616
# allowed to drop coverage and still result in a "success" commit status
1717
threshold: null
1818
if_not_found: success
19+
if_no_uploads: success
20+
if_ci_failed: error
21+
patch:
22+
default:
23+
enabled: true
24+
threshold: null
25+
if_not_found: success
26+
if_no_uploads: success
1927
if_ci_failed: error
20-
patch: true
2128
changes: false
2229

2330
comment:

0 commit comments

Comments
 (0)