Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 2079505

Browse files
committed
Generate coverage
1 parent feb47f9 commit 2079505

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
run: tsc
2525
- name: test
2626
run: npm run test
27-
- name: coverage
27+
- name: generate coverage
28+
run: npm run coverage
29+
- name: check coverage
2830
run: npx c8 check-coverage --lines 99 --functions 99 --branches 99 --statements 99
2931
- name: examples do not crash
3032
run: for f in examples/*.js; do node $f || exit 1; done

0 commit comments

Comments
 (0)