diff --git a/backend/vitest.config.ts b/backend/vitest.config.ts index ac0e257e..9b0971b6 100644 --- a/backend/vitest.config.ts +++ b/backend/vitest.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ reporter: ['text', 'json-summary', 'json'], // If you want a coverage reports even if your tests are failing, include the reportOnFailure option reportOnFailure: true, - exclude: ['**/*config*'], + exclude: ['**/*config*', '**/tests/**', 'src/*.ts'], thresholds: { lines: 60, branches: 60,