diff --git a/TypeScript/vitest.config.ts b/TypeScript/vitest.config.ts index 73488c68..d7b839ee 100644 --- a/TypeScript/vitest.config.ts +++ b/TypeScript/vitest.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ include: ['test/vitest/**/*.{spec,test}.{js,ts}'], coverage: { provider: 'istanbul', - reporter: ['text', 'html'] + reporter: ['text', 'html', 'lcov'] } }, });