diff --git a/vite.config.ts b/vite.config.ts index 8f3124c3..86449cd8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -46,7 +46,7 @@ export default defineConfig({ // Required code coverage. Lower than this will make the check fail thresholds: { statements: 95, - branches: 95, + branches: 90, functions: 90, lines: 95, },