From: Jérôme Benoit Date: Sat, 26 Aug 2023 18:34:20 +0000 (+0200) Subject: build: refine coverage thresholds X-Git-Tag: v2.6.36~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4905c3a801c91fc83a1168dfcbc233f40e800280;p=poolifier.git build: refine coverage thresholds Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index a5c9366d..97a7bf97 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 95, - "statements": 95, - "functions": 95, + "lines": 92, + "statements": 92, + "functions": 90, "branches": 95 }