From: Jérôme Benoit Date: Sat, 30 Dec 2023 10:05:27 +0000 (+0100) Subject: build(ci): refine code coverage thresholds X-Git-Tag: v3.1.13~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=20e49485fb676dcf63a3ad7b75fd6ffcf34dee2a;p=poolifier.git build(ci): refine code coverage thresholds Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index 149b3ccb..4ef7222d 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 92, + "lines": 90, + "statements": 90, "functions": 92, "branches": 92 }