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 6028f5e commit 0c29f25Copy full SHA for 0c29f25
.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: false
61
docs:
62
name: Documentation
63
runs-on: ubuntu-latest
0 commit comments