We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493486e commit a18100cCopy full SHA for a18100c
.github/workflows/ci.yml
@@ -32,3 +32,5 @@ jobs:
32
- uses: codecov/codecov-action@v5
33
with:
34
file: lcov.info
35
+ env:
36
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments