Skip to content

Commit 6ba8b62

Browse files
committed
fix: use lcov reporter for codecov
1 parent 891d533 commit 6ba8b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci
2626

2727
- name: Test with coverage
28-
run: npm run test:coverage -- --coverageThreshold='{"global":{"branches":100,"functions":100,"lines":100,"statements":100}}' --coverageReporters=json-summary
28+
run: npm run test:coverage -- --coverageThreshold='{"global":{"branches":100,"functions":100,"lines":100,"statements":100}}' --coverageReporters=lcov
2929

3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)