Explorar el Código

Configure Codecov parameters

Francisco Giordano hace 4 años
padre
commit
73c7af102b
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      .codecov.yml

+ 9 - 1
.codecov.yml

@@ -1,3 +1,11 @@
 comment: off
+github_checks:
+  annotations: false
 coverage:
-  range: "100...100"
+  status:
+    patch:
+      default:
+        target: 95%
+    project:
+      default:
+        threshold: 1%