mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
26 lines
349 B
YAML
26 lines
349 B
YAML
|
codecov:
|
||
|
branch: master
|
||
|
ci:
|
||
|
- "!drone.nextcloud.com"
|
||
|
- "!appveyor"
|
||
|
|
||
|
coverage:
|
||
|
precision: 2
|
||
|
round: down
|
||
|
range: "70...100"
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
threshold: 0.5
|
||
|
|
||
|
comment:
|
||
|
layout: "header, diff, changes, uncovered, tree"
|
||
|
behavior: default
|
||
|
|
||
|
github_checks:
|
||
|
annotations: false
|
||
|
|
||
|
ignore:
|
||
|
- "src/3rdparty"
|
||
|
|