From 3ba0f38f21a53c5a9eec73cd8215cc03ed5cf2d8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 20 May 2024 20:07:02 +0200 Subject: [PATCH] Reduce required branches coverage --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },