From 4631da14b75e3d1d4e41793b1a4ee4018e73086c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 20 Dec 2023 15:58:42 +0100 Subject: [PATCH] build: refine 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 fcaf5518..9715d55f 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 93, - "statements": 93, + "lines": 92, + "statements": 92, "functions": 94, "branches": 92 } -- 2.34.1