Răsfoiți Sursa

codecov: set patch check target to 0%

Hopefully this will make the patch builder merely informative and not reject any change without unit tests.
rdb 5 ani în urmă
părinte
comite
f65b44bd5b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/codecov.yml

+ 1 - 1
.github/codecov.yml

@@ -5,7 +5,7 @@ coverage:
         threshold: 0.1
     patch:
       default:
-        threshold: 0.1
+        target: 0%
 codecov:
   require_ci_to_pass: true
   notify: