Skip to content

Commit

Permalink
fix: Don't use html reporter for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Feb 12, 2025
1 parent 1bf5131 commit db9e985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default defineConfig({
environment: "node",
coverage: {
provider: "v8",
reporter: ["text", "html"],
exclude: [
"**/node_modules/**",
"**/dist/**",
Expand Down

0 comments on commit db9e985

Please sign in to comment.