From: Jérôme Benoit Date: Sat, 26 Aug 2023 18:37:25 +0000 (+0200) Subject: build: fix coverage thresholds, take 2 X-Git-Tag: v2.6.36~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1cb79b7bb49198089b9f641b83898a2ef1c0c798;p=poolifier.git build: fix coverage thresholds, take 2 Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index 97a7bf97..a6da2792 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -2,6 +2,6 @@ "check-coverage": true, "lines": 92, "statements": 92, - "functions": 90, - "branches": 95 + "functions": 95, + "branches": 90 }