Skip to content

Commit

Permalink
fix: coverage now needs @vitest/coverage-c8
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Aug 31, 2022
1 parent 3e4a994 commit edf52f6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: pnpm run lint
- run: pnpm run test
- run: pnpm run test:coverage
- run: pnpm run build
env:
CI: true
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -32,10 +32,11 @@
"@typescript-eslint/parser": "5.36.1",
"@vitejs/plugin-vue": "3.0.3",
"@vitejs/plugin-vue-jsx": "2.0.0",
"@vitest/coverage-c8": "0.22.1",
"@vue/compat": "3.2.38",
"@vue/runtime-core": "3.2.38",
"@vue/compiler-dom": "3.2.38",
"@vue/compiler-sfc": "3.2.38",
"@vue/runtime-core": "3.2.38",
"c8": "7.12.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -51,8 +52,8 @@
"rollup-plugin-typescript2": "0.33.0",
"tslib": "2.4.0",
"typescript": "4.8.2",
"vitepress": "0.22.4",
"vite": "3.0.9",
"vitepress": "0.22.4",
"vitest": "0.22.1",
"vue": "3.2.38",
"vue-class-component": "8.0.0-rc.1",
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edf52f6

Please sign in to comment.