Skip to content

Commit ca658b0

Browse files
committed
ci: test coverage
1 parent c8d20f5 commit ca658b0

File tree

3 files changed

+37
-58
lines changed

3 files changed

+37
-58
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm run lint:all
3737

3838
- name: Test
39-
run: pnpm test
39+
run: pnpm test -- --coverage
4040

4141
- name: Coverage
4242
uses: codecov/codecov-action@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@nuxt/module-builder": "0.4.0",
4848
"@nuxt/test-utils": "3.6.1",
4949
"@nuxtjs/eslint-config-typescript": "12.0.0",
50+
"@vitest/coverage-v8": "^0.32.2",
5051
"bumpp": "9.1.1",
51-
"c8": "7.14.0",
5252
"eslint": "8.43.0",
5353
"eslint-config-prettier": "8.8.0",
5454
"husky": "8.0.3",

pnpm-lock.yaml

Lines changed: 35 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)