From 755a9ed443d52ab2e10a9a7f62b0d253bb5e25a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 1 Sep 2023 13:48:08 +0200 Subject: [PATCH] build: bump 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.c8rc.json b/.c8rc.json index ab1b20fa..74ea8163 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 92, + "lines": 93, + "statements": 93, "functions": 95, - "branches": 92 + "branches": 93 } -- 2.34.1