Replace coverage-c8 with coverage-v8

This commit is contained in:
Alejandro Celaya
2023-06-12 08:51:37 +02:00
parent 7c2dab43e1
commit 9dca19fcb5
3 changed files with 98 additions and 246 deletions

View File

@@ -31,7 +31,7 @@ export default defineConfig({
environment: 'jsdom',
setupFiles: './config/test/setupTests.ts',
coverage: {
provider: 'c8', // TODO Try istanbul
provider: 'v8',
reporter: ['text', 'text-summary', 'html', 'clover'],
include: [
'src/**/*.{ts,tsx}',