Skip to content

Commit a935b55

Browse files
author
Mykolas
committed
Update code coverage reporting
1 parent 9f4f8af commit a935b55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
- run: npm ci
2525
- run: npm run lint
2626
- run: npm test
27+
- uses: qltysh/qlty-action/coverage@v2
28+
with:
29+
token: { { secrets.QLTY_COVERAGE_TOKEN } }
30+
files: coverage/lcov.info

0 commit comments

Comments
 (0)