Browse Source

Codecov: don't require CI to pass

We have 3 independent builds in drone and we still want to see codecov if one of the other fails

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas 3 years ago
parent
commit
45e6388e0d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .codecov.yml

+ 2 - 1
.codecov.yml

@@ -2,6 +2,7 @@ codecov:
   branch: master
   ci:
     - drone.nextcloud.com
+  require_ci_to_pass: false
 
 coverage:
   precision: 2
@@ -18,4 +19,4 @@ comment:
 
 ignore:
   - "src/main/res/values*/*"
-  
+