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