diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-01-12 16:57:44 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-12 16:58:00 +0100 |
commit | fe3f2ad0f9eb5b03a8cb04b0534b4364e1d4eb11 (patch) | |
tree | 9636c8a15649a1a76f6934afd2370455640b5522 | |
parent | 88963a18de226fbc226f2dfa33b616bc01b70bcb (diff) | |
download | rneovim-fe3f2ad0f9eb5b03a8cb04b0534b4364e1d4eb11.tar.gz rneovim-fe3f2ad0f9eb5b03a8cb04b0534b4364e1d4eb11.tar.bz2 rneovim-fe3f2ad0f9eb5b03a8cb04b0534b4364e1d4eb11.zip |
CI/codecov: Avoid "fail" status for non-PR
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.
-rw-r--r-- | codecov.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 8ff7ac19f9..8ce9a2bb38 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,9 +13,12 @@ coverage: status: project: yes + default: + threshold: 1 patch: default: threshold: 1 + only_pulls: true changes: no parsers: |