Skip to content

Commit

Permalink
vitest: coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Dec 8, 2023
1 parent 53c00a7 commit 1c41e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
coverage: {
provider: "v8",
reporter: ["lcov", "text", "html"],
skipFull: true,
exclude: [
"**/fuzz",
"**/helpers",
Expand Down

0 comments on commit 1c41e4d

Please sign in to comment.