We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd4a45 commit 1e738acCopy full SHA for 1e738ac
.github/workflows/CI.yml
@@ -37,6 +37,7 @@ jobs:
37
- uses: codecov/codecov-action@v5
38
with:
39
files: lcov.info
40
+ token: ${{ secrets.CODECOV_TOKEN }}
41
docs:
42
name: Documentation
43
runs-on: ubuntu-latest
0 commit comments