From b1c8f72a578e21b55b32ab3686947817b32b63e4 Mon Sep 17 00:00:00 2001 From: Maximilian Harz Date: Tue, 29 Apr 2025 10:57:41 +0200 Subject: [PATCH] Reduce coverage --- vite.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 1b50fcb5..e8b122b2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,10 +15,7 @@ export default defineConfig({ exclude: [...configDefaults.exclude, 'src/**/*.cy.tsx'], reporter: ['html', 'json-summary'], thresholds: { - lines: 2, - functions: 54, - branches: 56, - statements: 1, + lines: 1, }, }, },