Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit f522cb9

Browse files
committed
chore: add command to collect coverage
1 parent b02e7c7 commit f522cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
uses: ./.github/actions/build
2222
- name: Run Tests
2323
run: |
24-
npm run test
24+
npm run test -- --collectCoverage
2525
- name: Coveralls
2626
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)