chore: update vitest.config.ts
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export default defineConfig({
|
||||
environment: 'node',
|
||||
coverage: {
|
||||
provider: 'istanbul',
|
||||
reporter: ['text', 'html', 'json', 'lcov'],
|
||||
reporter: ['text', 'html', 'json', 'lcov', 'cobertura'],
|
||||
include: ['**/src/**/*.ts'],
|
||||
exclude: ['**/src/index.ts', '**/src/server.ts'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user