build: fix coverage thresholds, take 2
[poolifier.git] / .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
 }