From cd54ac0048e73671f5eac284138379b448459ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 23 Apr 2024 17:42:38 +0200 Subject: [PATCH] Set branches coverage to 89 because I don't see the necessarily to test the scss --- frontend/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vitest.config.ts b/frontend/vitest.config.ts index 7c69f4c08..f62be2520 100644 --- a/frontend/vitest.config.ts +++ b/frontend/vitest.config.ts @@ -28,7 +28,7 @@ export default mergeConfig( thresholds: { lines: 84, // functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607 - branches: 92, + branches: 89, statements: 84, }, },