mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
e13ae7cae6
* Add ci/common/submit_coverage.sh, used with Travis and AppVeyor * use gcovr, with coverage.xml for better branch coverage reporting, and easier processing of gcov files in general * codecov: use flags again, with `uname -s` additionally Ref: https://github.com/neovim/neovim/pull/10227#issuecomment-502923543 * remove now unused parsers.gcov config from codecov.yml
28 lines
423 B
YAML
28 lines
423 B
YAML
# To validate:
|
|
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
|
|
|
codecov:
|
|
notify:
|
|
require_ci_to_pass: no
|
|
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
|
|
|
|
comment: off
|