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.
This commit is contained in:
Justin M. Keyes 2019-01-12 16:57:44 +01:00
parent 88963a18de
commit fe3f2ad0f9

View File

@ -13,9 +13,12 @@ coverage:
status:
project: yes
default:
threshold: 1
patch:
default:
threshold: 1
only_pulls: true
changes: no
parsers: