mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
45e6388e0d
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>
22 lines
327 B
YAML
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*/*"
|
|
|