We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CODECOV_TOKEN
1 parent 2f06a20 commit 2570607Copy full SHA for 2570607
.github/workflows/CI.yml
@@ -42,3 +42,5 @@ jobs:
42
- uses: codecov/codecov-action@v5
43
with:
44
files: lcov.info
45
+ token: ${{ secrets.CODECOV_TOKEN }}
46
+ fail_ci_if_error: false
0 commit comments