Skip to content

Commit

Permalink
test: use v8 as coverage provider
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Nov 26, 2023
1 parent d0520a6 commit e970f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
coverage: {
provider: "c8",
provider: "v8",
reporter: ["lcov", "text"],
},
},
Expand Down

0 comments on commit e970f39

Please sign in to comment.