neovim/codecov.yml

36 lines
535 B
YAML
Raw Normal View History

# To validate:
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate
codecov:
notify:
require_ci_to_pass: no
2017-08-14 06:21:44 -07:00
ci:
- appveyor
- travis
- !neovim-qb.szakmeister.net
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
threshold: 1
patch:
default:
threshold: 1
only_pulls: true
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment: off