We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d40ca commit c9a88a8Copy full SHA for c9a88a8
1 file changed
.github/workflows/CI.yml
@@ -27,6 +27,7 @@ jobs:
27
- uses: codecov/codecov-action@v5
28
with:
29
files: lcov.info
30
+ token: ${{ secrets.CODECOV_TOKEN }}
31
format:
32
name: Format check
33
runs-on: ubuntu-latest
0 commit comments