fix: fix coverage report by disabling sourcemap in build used in UTs
[poolifier.git] / .c8rc.json
index 97a7bf973f1906c85369f20e7cb15eb13a233377..aba3e9b0c0cb8e3ea21eb9f372221645bef54aca 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 92,
-  "statements": 92,
-  "functions": 90,
-  "branches": 95
+  "lines": 94,
+  "statements": 94,
+  "functions": 95,
+  "branches": 93
 }