Skip to content

Commit a2b55b2

Browse files
committed
Fix coverage
1 parent 4b24381 commit a2b55b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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@v3

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
],
5353
"scripts": {
5454
"test": "pnpm --filter \"test-*\" install && pnpm --filter \"test-*\" test",
55+
"test:coverage": "pnpm --filter \"test-*\" install && pnpm --filter \"test-*\" test -- --coverage",
5556
"build": "tsup",
5657
"lint": "eslint .",
5758
"prepare": "husky install"

0 commit comments

Comments
 (0)