From dfe775d8bed8495c8407e3147e299fa410b48fa9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 27 Aug 2023 22:27:29 +0200 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index ab1b20fa..a6da2792 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -3,5 +3,5 @@ "lines": 92, "statements": 92, "functions": 95, - "branches": 92 + "branches": 90 } -- 2.34.1