From e03d0882d67da005e8a35cdad6da117b25bf416d Mon Sep 17 00:00:00 2001 From: sethkfman Date: Tue, 30 Jan 2024 15:32:50 -0700 Subject: [PATCH] bumping code coverage thresholds --- coverage-thresholds.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coverage-thresholds.json b/coverage-thresholds.json index f4de325252b..c86afd1fdb1 100644 --- a/coverage-thresholds.json +++ b/coverage-thresholds.json @@ -1,6 +1,6 @@ { - "statements": 33.0, - "branches": 25.2, - "functions": 23.8, - "lines": 33.4 + "statements": 41.5, + "branches": 33.4, + "functions": 32.5, + "lines": 41.9 }