From: Jérôme Benoit Date: Fri, 13 Oct 2023 19:56:18 +0000 (+0200) Subject: build: refine coverage thresholds X-Git-Tag: v3.0.1~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b05b58fbfe1c5e43b7a0b7795e3c50863830bb44;p=poolifier.git build: refine coverage thresholds Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index aba3e9b0..70caddac 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 94, - "statements": 94, - "functions": 95, + "lines": 93, + "statements": 93, + "functions": 94, "branches": 93 }