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 42ba34e commit b47f3c7Copy full SHA for b47f3c7
.github/workflows/ci.yml
@@ -56,6 +56,8 @@ jobs:
56
- uses: codecov/codecov-action@v4
57
with:
58
file: lcov.info
59
+ token: ${{ secrets.CODECOV_TOKEN }
60
+ fail_ci_if_error: true
61
docs:
62
name: Documentation
63
runs-on: ubuntu-latest
0 commit comments