We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897f410 commit 530c647Copy full SHA for 530c647
.github/workflows/CI.yml
@@ -49,3 +49,5 @@ jobs:
49
- uses: codecov/codecov-action@v4
50
with:
51
files: lcov.info
52
+ token: ${{ secrets.CODECOV_TOKEN }}
53
+ fail_ci_if_error: true
0 commit comments