We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d5578 commit 7e6f58bCopy full SHA for 7e6f58b
.github/workflows/ci.yml
@@ -99,3 +99,5 @@ jobs:
99
- uses: codecov/codecov-action@v4
100
with:
101
file: lcov.info
102
+ token: ${{ secrets.CODECOV_TOKEN }}
103
+ fail_ci_if_error: true
0 commit comments