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 4e05d49 commit f6dddafCopy full SHA for f6dddaf
.github/workflows/main.yml
@@ -86,6 +86,7 @@ jobs:
86
- name: Upload to codecov
87
uses: codecov/codecov-action@v5
88
with:
89
+ fail_ci_if_error: true
90
name: codecov-report
91
files: target/coverage/codecov.json
92
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments