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>
This commit is contained in:
Álvaro Brey Vilas 2021-09-30 12:54:00 +02:00
parent d2859fcc2d
commit 45e6388e0d
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 2 additions and 1 deletions

View File

@ -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*/*"