We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f994b94 commit 2e3f732Copy full SHA for 2e3f732
.github/workflows/CI.yml
@@ -47,6 +47,7 @@ jobs:
47
- uses: codecov/codecov-action@v4
48
with:
49
file: lcov.info
50
+ token: ${{ secrets.CODECOV_TOKEN }}
51
docs:
52
name: Documentation
53
runs-on: ubuntu-latest
0 commit comments