build: refine coverage thresholds
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Mar 2023 19:15:17 +0000 (21:15 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Mar 2023 19:15:17 +0000 (21:15 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.c8rc.json

index b0b63f7827f3e2c9a4097a8978cec1d6b6d30b52..a5c9366d7b41f786ec9982f0ff9af120d9a9de77 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 92,
-  "statements": 90,
-  "functions": 90,
-  "branches": 85
+  "lines": 95,
+  "statements": 95,
+  "functions": 95,
+  "branches": 95
 }