Skip to content

Commit b5200ce

Browse files
ci: fix coverage report action
1 parent f9b08c9 commit b5200ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
CI: true
3333
- name: Run test
34-
run: yarn test
34+
run: yarn test:coverage
3535

3636
- name: Create Coverage Badges
3737
uses: jaywcjlove/coverage-badges-cli@e07f25709cd25486855c1ba1b26da53576ff3620

0 commit comments

Comments
 (0)