We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bc9bc commit 8ee7a45Copy full SHA for 8ee7a45
1 file changed
.github/workflows/ci.yml
@@ -26,4 +26,6 @@ jobs:
26
- run: npm test
27
- uses: codecov/codecov-action@v5
28
with:
29
+ fail_ci_if_error: true
30
+ files: ./coverage/lcov.info
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments