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 ea35be0 commit 2e905cfCopy full SHA for 2e905cf
.github/workflows/ci.yml
@@ -55,6 +55,8 @@ jobs:
55
- uses: codecov/codecov-action@v4
56
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
57
with:
58
+ fail_ci_if_error: true
59
+ token: ${{ secrets.CODECOV_TOKEN }}
60
file: lcov.info
61
docs:
62
name: Documentation
0 commit comments