Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey Vilas <alvaro.brey@nextcloud.com>2021-09-30 13:54:00 +0300
committerÁlvaro Brey Vilas <alvaro.brey@nextcloud.com>2021-09-30 13:54:00 +0300
commit45e6388e0d7daa1427dbb66608f923b196376ad3 (patch)
tree1dbb148b20fdcd8bbbc5b52531b1283d7b952a35 /.codecov.yml
parentd2859fcc2de2acde0bd4e3fb8bccafccab816591 (diff)
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>
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml
index b0f249ec41..abc2e51c33 100644
--- a/.codecov.yml
+++ b/.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*/*"
-
+