chore: update vitest.config.ts

This commit is contained in:
Stevan Freeborn
2025-05-24 22:07:34 -05:00
committed by GitHub
parent 9b651fbfb3
commit fff9e2b353
+1 -1
View File
@@ -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'],
},