Skip to content

Commit 26e7b8f

Browse files
authored
Merge pull request #3007 from tanem/coverage
Fix coverage reporting
2 parents 58825f8 + 3cb4025 commit 26e7b8f

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)