From fff9e2b353bb3a08a12bbdd87dc118bc052588e9 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 24 May 2025 22:07:34 -0500 Subject: [PATCH] chore: update vitest.config.ts --- vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index f059f9c..7692c86 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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'], },