Skip to content

Commit

Permalink
feat: Updated coverage provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
cogor committed Oct 26, 2023
1 parent a421a8f commit be7bb35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/coverage-v8": "^0.34.6",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default mergeConfig(
globals: true,
coverage: {
provider: 'istanbul',
reporter: ['text', ['json', { file: 'coverage-summary.json' }]]
reporter: ['text', 'json-summary']
}
}
})
Expand Down

0 comments on commit be7bb35

Please sign in to comment.