From: Jérôme Benoit Date: Wed, 25 Oct 2023 15:57:55 +0000 (+0200) Subject: build: refine coverage thresholds X-Git-Tag: v3.0.5~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8e436999023b9fc7a8ce0a4b0d3b6153e1903fe9;p=poolifier.git build: refine coverage thresholds Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index 70caddac..29100bb2 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 93, - "statements": 93, - "functions": 94, - "branches": 93 + "lines": 94, + "statements": 94, + "functions": 95, + "branches": 92 }