mirror of
https://github.com/neovim/neovim.git
synced 2025-12-27 00:28:57 +00:00
Purpose of codecov is to: 1. show a web UI of lines that need coverage 2. sanity-check PRs 3. show a pretty badge on README codecov (and/or gcov) is not reliable enough to allow it to cause a "red" status in the `master` branch CI history.
33 lines
451 B
YAML
33 lines
451 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: no
|
|
ci:
|
|
- appveyor
|
|
- travis
|
|
- !neovim-qb.szakmeister.net
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project: yes
|
|
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
|