From 20e49485fb676dcf63a3ad7b75fd6ffcf34dee2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 30 Dec 2023 11:05:27 +0100 Subject: [PATCH] build(ci): refine code coverage thresholds MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .c8rc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.c8rc.json b/.c8rc.json index 149b3ccb..4ef7222d 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 92, + "lines": 90, + "statements": 90, "functions": 92, "branches": 92 } -- 2.34.1