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 c84e100 commit d5d27a9Copy full SHA for d5d27a9
.github/workflows/CI.yml
@@ -43,6 +43,8 @@ jobs:
43
- uses: codecov/codecov-action@v4
44
with:
45
files: lcov.info
46
+ token: ${{ secrets.CODECOV_TOKEN }}
47
+ fail_ci_if_error: false
48
docs:
49
name: Documentation
50
runs-on: ubuntu-latest
0 commit comments