mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
3bddf05023
tree-sitter/tree-sitter commit 7685b7861ca475664b6ef57e14d1da9acf741275 Included files are: lib/include/tree-sitter/*.h lib/src/*.[ch] LICENSE
31 lines
456 B
YAML
31 lines
456 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
|
|
|
|
ignore:
|
|
- "src/tree_sitter"
|