We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e16ddc commit 686beaeCopy full SHA for 686beae
.github/workflows/ci.yml
@@ -60,6 +60,8 @@ jobs:
60
- uses: codecov/codecov-action@v4
61
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
62
with:
63
+ fail_ci_if_error: true
64
+ token: ${{ secrets.CODECOV_TOKEN }}
65
file: lcov.info
66
docs:
67
name: Documentation
0 commit comments