mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
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:
parent
88963a18de
commit
fe3f2ad0f9
@ -13,9 +13,12 @@ coverage:
|
||||
|
||||
status:
|
||||
project: yes
|
||||
default:
|
||||
threshold: 1
|
||||
patch:
|
||||
default:
|
||||
threshold: 1
|
||||
only_pulls: true
|
||||
changes: no
|
||||
|
||||
parsers:
|
||||
|
Loading…
Reference in New Issue
Block a user