Skip to content

Commit 8ee7a45

Browse files
committed
Fix coverage reporting
1 parent 66bc9bc commit 8ee7a45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
- run: npm test
2727
- uses: codecov/codecov-action@v5
2828
with:
29+
fail_ci_if_error: true
30+
files: ./coverage/lcov.info
2931
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)