We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2957d4b commit 3033c4bCopy full SHA for 3033c4b
.github/workflows/CI.yml
@@ -37,3 +37,5 @@ jobs:
37
- uses: codecov/codecov-action@v4
38
with:
39
file: lcov.info
40
+ token: ${{ secrets.CODECOV_TOKEN }}
41
+ fail_ci_if_error: true
0 commit comments