| Commit message (Collapse) | Author | Age |
| |
|
| |
These aren't needed as we don't use codecov anymore.
|
| |
|
|
|
|
| |
fixup! bundle: move tree-sitter as a bundled dep
fixup! bundle: move tree-sitter as a bundled dep
|
| |
|
|
|
|
|
|
|
| |
tree-sitter/tree-sitter commit 7685b7861ca475664b6ef57e14d1da9acf741275
Included files are:
lib/include/tree-sitter/*.h
lib/src/*.[ch]
LICENSE
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
To validate:
cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
| |
|
|
|
| |
Since this was added, codecov has been adding comments to every PR, even
though we have specified `comment: off`.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
| |
It fails PRs which otherwise would succeed (e.g. #8971), and the Codecov
status page doesn't load, so we can't see what it's complaining about.
Reverts 5c7237640f977ee6deca5b9da90702305a96e3e2
ref #8910
|
| |
|
| |
This helps to identify unexpected changes.
|
| | |
|
|
|
According to codecov/support#431 the comment setting isn't honored when
the yaml file is named .codecov.yml.
|