Skip to content

Commit 97837dd

Browse files
committed
Check code coverage in pr-checks.yml
1 parent 8b92d05 commit 97837dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ jobs:
5454

5555
- name: Run unit tests
5656
if: always()
57-
run: npm test
57+
run: npm run test-coverage
58+
59+
- name: Check code coverage
60+
if: always()
61+
run: npm run coverage
5862

5963
- name: Lint
6064
if: always() && matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)