Skip to content

Commit 1ef137c

Browse files
committed
ci: GHA: codecov: fail_ci_if_error=true
This should make it obvious if missing coverage is due to the upload having failed. Using #6553 would be an alternative, but this can be used already if that takes longer. Ref: #6463 (comment)
1 parent 0d4f479 commit 1ef137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
token: ${{ secrets.codecov }}
168168
file: ./coverage.xml
169169
flags: GHA
170-
fail_ci_if_error: false
170+
fail_ci_if_error: true
171171
name: ${{ matrix.name }}
172172

173173
deploy:

0 commit comments

Comments
 (0)