We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c61cb commit b279b8aCopy full SHA for b279b8a
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,6 @@ jobs:
46
with:
47
files: coverage.out
48
flags: unittests
49
- fail_ci_if_error: true
50
- env:
51
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ fail_ci_if_error: false
+ token: ""
52
0 commit comments