We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884fdb9 commit 5a4afbdCopy full SHA for 5a4afbd
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
token: ${{ secrets.CODECOV_TOKEN }}
62
files: coverage.xml,coverage/lcov.info
63
- fail_ci_if_error: false
+ fail_ci_if_error: true
64
65
- name: Upload test results to Codecov
66
if: '!cancelled()'
0 commit comments