build: bump coverage thresholds
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 11:48:08 +0000 (13:48 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 11:48:08 +0000 (13:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

index ab1b20fa6e8670179e6a804576b2dcf7987f48d6..74ea8163fd560ba64203f2dad29690ea0f35eea8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 92,
-  "statements": 92,
+  "lines": 93,
+  "statements": 93,
   "functions": 95,
-  "branches": 92
+  "branches": 93
 }