From 1cb79b7bb49198089b9f641b83898a2ef1c0c798 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 26 Aug 2023 20:37:25 +0200 Subject: [PATCH] build: fix coverage thresholds, take 2 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 97a7bf97..a6da2792 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -2,6 +2,6 @@ "check-coverage": true, "lines": 92, "statements": 92, - "functions": 90, - "branches": 95 + "functions": 95, + "branches": 90 } -- 2.34.1