✅ Add c8 code coverage
This commit is contained in:
@@ -7,5 +7,11 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
coverage: {
|
||||
provider: 'c8',
|
||||
reporter: ['html'],
|
||||
all: true,
|
||||
exclude: ['.next/', '.yarn/', 'data/']
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user