Skip to content

Commit

Permalink
ci: fix coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Nov 13, 2023
1 parent e41f2e7 commit 0f81db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ export default defineConfig({
alias: {
"~/": fileURLToPath(new URL("./src/", import.meta.url)),
},
coverage: {
reporter: ["text", "lcov", "html"],
exclude: ["**/*.spec.ts", "**/*.fixtures.ts"],
},
},
});

0 comments on commit 0f81db2

Please sign in to comment.