nextcloud-android/.codecov.yml
Álvaro Brey Vilas 45e6388e0d
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>
2021-09-30 12:54:00 +02:00

22 lines
327 B
YAML

codecov:
branch: master
ci:
- drone.nextcloud.com
require_ci_to_pass: false
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
threshold: 0.5
comment:
layout: "header, diff, changes, uncovered, tree"
behavior: default
ignore:
- "src/main/res/values*/*"