Skip to content

Commit 745b308

Browse files
committed
run coverage in ci
1 parent 833b6fc commit 745b308

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
@@ -23,4 +23,4 @@ jobs:
2323
run: npm run lint
2424

2525
- name: Test
26-
run: npm test
26+
run: npm run cov

0 commit comments

Comments
 (0)