From: Jérôme Benoit Date: Fri, 1 Sep 2023 11:48:08 +0000 (+0200) Subject: build: bump coverage thresholds X-Git-Tag: v2.6.40~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=755a9ed443d52ab2e10a9a7f62b0d253bb5e25a6;p=poolifier.git build: bump coverage thresholds Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index ab1b20fa..74ea8163 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 92, + "lines": 93, + "statements": 93, "functions": 95, - "branches": 92 + "branches": 93 }