Skip to content

Commit

Permalink
chore: add text and html for coverage reporter (#2923)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Jun 6, 2024
1 parent 71f5a01 commit fd6ad5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
enabled: true,
provider: 'v8',
reportsDirectory: './coverage/raw/default',
reporter: ['json'],
reporter: ['json', 'text', 'html'],
exclude: [
...(configDefaults.coverage.exclude ?? []),
'benchmarks',
Expand All @@ -27,7 +27,7 @@ export default defineConfig({
'src/**/types.ts',
'src/jsx/intrinsic-elements.ts',
'src/utils/http-status.ts',
]
],
},
pool: 'forks',
},
Expand Down

0 comments on commit fd6ad5e

Please sign in to comment.