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 3f1a384 commit f9f61b3Copy full SHA for f9f61b3
.github/workflows/CI.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: codecov/codecov-action@v4
71
with:
72
files: lcov.info
73
- # token: ${{ secrets.CODECOV_TOKEN }} # Not required for public repos
+ token: ${{ secrets.CODECOV_TOKEN }}
74
fail_ci_if_error: false
75
76
# Documentation job - commented out until docs/ folder exists
0 commit comments