Skip to content

Commit

Permalink
ci: exclude test mothers 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 d1ba1de commit 7af99e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default defineConfig((_) => {
coverage: {
provider: "v8",
include: ["src/**"],
exclude: ["**/*.mother.ts"],
},
pool: "vmThreads",
globals: true,
Expand Down

0 comments on commit 7af99e2

Please sign in to comment.