build: fix coverage thresholds, take 2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 18:37:25 +0000 (20:37 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 18:37:25 +0000 (20:37 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

index 97a7bf973f1906c85369f20e7cb15eb13a233377..a6da2792307b6fea19313da25a353042c8d3d56c 100644 (file)
@@ -2,6 +2,6 @@
   "check-coverage": true,
   "lines": 92,
   "statements": 92,
-  "functions": 90,
-  "branches": 95
+  "functions": 95,
+  "branches": 90
 }