From 2c5ac15b5d677e93bb10242c96a0c540afd4b86d Mon Sep 17 00:00:00 2001 From: Alexander Wiesinger Date: Wed, 20 Mar 2024 10:44:38 +0100 Subject: [PATCH] set correct coverage --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 55f2d61..5a1381e 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ ], "coverageThreshold": { "global": { - "branches": 100, - "functions": 100, - "lines": 100, - "statements": 100 + "branches": 90, + "functions": 80, + "lines": 90, + "statements": 90 } } }