add @vitest/coverage-v8 for test coverage reporting
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 18m27s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 18m27s
This commit is contained in:
parent
39fb8e01e7
commit
fb68cf5546
3 changed files with 205 additions and 0 deletions
|
|
@ -9,5 +9,11 @@ export default defineConfig({
|
|||
...configDefaults.exclude,
|
||||
"**/dist/**",
|
||||
],
|
||||
coverage: {
|
||||
provider: "v8",
|
||||
reporter: ["text", "text-summary"],
|
||||
include: ["src/**/*.ts"],
|
||||
exclude: ["src/__tests__/**", "src/**/*.test.ts"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue