Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit b3e0918

Browse files
committed
ci: changed coverage command
1 parent 99d5d66 commit b3e0918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
5757
with:
58-
coverageCommand: npx yarn coverage
58+
coverageCommand: npx yarn test --coverage
5959
debug: true
6060

6161
publish:

0 commit comments

Comments
 (0)