aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
Commit message (Collapse)AuthorAge
* build: remove codecov related files (#20859)dundargoc2023-02-09
| | | These aren't needed as we don't use codecov anymore.
* bundle: move tree-sitter as a bundled depThomas Vigouroux2020-11-03
| | | | | | fixup! bundle: move tree-sitter as a bundled dep fixup! bundle: move tree-sitter as a bundled dep
* tree-sitter: vendor tree-sitter runtimeBjörn Linse2019-09-28
| | | | | | | | | tree-sitter/tree-sitter commit 7685b7861ca475664b6ef57e14d1da9acf741275 Included files are: lib/include/tree-sitter/*.h lib/src/*.[ch] LICENSE
* ci: revisit/fix coverage uploading (#10201)Daniel Hahler2019-06-25
| | | | | | | | | | | * 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
* CI/codecov: fix invalid yaml [ci skip]Justin M. Keyes2019-01-21
| | | | | | To validate: cat codecov.yml | curl --data-binary @- https://codecov.io/validate
* CI/codecov: remove "only_pulls" directive [ci skip]Justin M. Keyes2019-01-20
| | | | | Since this was added, codecov has been adding comments to every PR, even though we have specified `comment: off`.
* CI/codecov: Avoid "fail" status for non-PRJustin M. Keyes2019-01-12
| | | | | | | | | | | 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.
* codecov: Tolerate a 1% drop in coverage for a PRJames McCoy2018-12-02
|
* CI/Codecov: disable changes statusJustin M. Keyes2018-09-09
| | | | | | | | 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
* CI/Codecov: enable changes status (#8910)Daniel Hahler2018-08-26
| | | This helps to identify unexpected changes.
* codecov: Report coverage even if some CI failedJames McCoy2018-02-07
|
* ci: Rename .codecov.yml → codecov.ymlJames McCoy2017-08-15
According to codecov/support#431 the comment setting isn't honored when the yaml file is named .codecov.yml.