Skip to content

Commit

Permalink
do not enable code coverage reporting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
powerpaul17 committed May 24, 2024
1 parent f45e175 commit 298dc0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export default defineConfig({
globals: true,
coverage: {
provider: 'istanbul',
include: ['src/**/*'],
enabled: true
include: ['src/**/*']
},
exclude: [...configDefaults.exclude],
server: {
Expand Down

0 comments on commit 298dc0b

Please sign in to comment.