We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58825f8 + 3cb4025 commit 26e7b8fCopy full SHA for 26e7b8f
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