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

Commit 97bf60a

Browse files
committed
Fix coverage generation
1 parent ce81a19 commit 97bf60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run_install: true
3131

3232
- name: Test
33-
run: pnpm test --coverage
33+
run: pnpm test -- --coverage
3434

3535
- name: Upload code coverage
3636
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)