From 18e08086738cd9a8affdd4740db1551e3c281020 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 6 Jan 2024 04:12:29 +0100 Subject: [PATCH] coverage reduction --- vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index cb4f999..e42e389 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -21,7 +21,7 @@ export default mergeConfig( thresholds: { lines: 17, // functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607 - branches: 44, + branches: 41, statements: 17, }, },