From: Jérôme Benoit Date: Wed, 20 Dec 2023 14:58:42 +0000 (+0100) Subject: build: refine coverage thresholds X-Git-Tag: v3.1.7~1^2~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4631da14b75e3d1d4e41793b1a4ee4018e73086c;p=poolifier.git build: refine coverage thresholds Signed-off-by: Jérôme Benoit --- 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 }