Add exclude paths to vitest coverage
This commit is contained in:
parent
600510c719
commit
ec6e8b84f7
@ -13,6 +13,7 @@ export default defineConfig({
|
||||
provider: "c8",
|
||||
all: true,
|
||||
src: ["./src"],
|
||||
exclude: ["model/**", "**/__tests__/**"],
|
||||
reporter: ["text", "lcov", "html"],
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user