Skip to content

Commit 5a4afbd

Browse files
authored
ci: fail job on upload failure
1 parent 884fdb9 commit 5a4afbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
files: coverage.xml,coverage/lcov.info
63-
fail_ci_if_error: false
63+
fail_ci_if_error: true
6464

6565
- name: Upload test results to Codecov
6666
if: '!cancelled()'

0 commit comments

Comments
 (0)