mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
3eb241d831
fixup! bundle: move tree-sitter as a bundled dep fixup! bundle: move tree-sitter as a bundled dep
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
|