Skip to content

Commit

Permalink
test: switch to v8 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Sep 12, 2024
1 parent 5c4633c commit 95fdfe4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@storybook/theming": "^8.3.0",
"@testing-library/dom": "^10.4.0",
"@vitest/browser": "2.1.0",
"@vitest/coverage-istanbul": "2.1.0",
"@vitest/coverage-v8": "2.1.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
22 changes: 15 additions & 7 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default defineConfig({
reporters: process.env.CI ? 'default' : 'verbose',
coverage: {
enabled: true,
provider: 'istanbul',
include: ['src'],
thresholds: {
statements: 90,
Expand Down

0 comments on commit 95fdfe4

Please sign in to comment.