Skip to content

Commit

Permalink
ci: exclude tests from coverage
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Sep 29, 2024
1 parent 7af99e2 commit 088bdce
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 @@ -42,7 +42,7 @@ export default defineConfig((_) => {
coverage: {
provider: "v8",
include: ["src/**"],
exclude: ["**/*.mother.ts"],
exclude: ["**/*.mother.ts", "**/*.test.ts", "**/*.test.tsx"],
},
pool: "vmThreads",
globals: true,
Expand Down

0 comments on commit 088bdce

Please sign in to comment.