From: Jérôme Benoit Date: Mon, 27 Mar 2023 19:15:17 +0000 (+0200) Subject: build: refine coverage thresholds X-Git-Tag: v2.4.0-0~32 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b694197b3ebadb2be9509900c2f8ad6756656c35;p=poolifier.git build: refine coverage thresholds Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index b0b63f78..a5c9366d 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 90, - "functions": 90, - "branches": 85 + "lines": 95, + "statements": 95, + "functions": 95, + "branches": 95 }