We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db25ec commit 93b9734Copy full SHA for 93b9734
.github/workflows/ci.yml
@@ -55,5 +55,6 @@ jobs:
55
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
56
with:
57
file: lcov.info
58
+ fail_ci_if_error: false
59
env:
60
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments