Skip to content

Commit

Permalink
🦺 update coverage tooling to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jul 16, 2023
1 parent e7c7815 commit 4a7691e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 64 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@antfu/eslint-config": "^0.39.7",
"@types/node": "^18.16.19",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"bumpp": "^9.1.1",
"eslint": "^8.44.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/plugin/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { defineConfig } from 'vite'
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
environment: 'happy-dom',
coverage: {
provider: 'c8',
reporter: ['text', 'lcov'],
src: ['src'],
},
},
})
86 changes: 26 additions & 60 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 4a7691e

Please sign in to comment.