Revert "add coverage reporting + improve test coverage for undertested files"
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
This reverts commit 0a17e27fcd.
This commit is contained in:
parent
0a17e27fcd
commit
39fb8e01e7
6 changed files with 0 additions and 1311 deletions
|
|
@ -9,11 +9,5 @@ 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