mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
@@ -13,9 +13,12 @@ coverage:
|
||||
|
||||
status:
|
||||
project: yes
|
||||
default:
|
||||
threshold: 1
|
||||
patch:
|
||||
default:
|
||||
threshold: 1
|
||||
only_pulls: true
|
||||
changes: no
|
||||
|
||||
parsers:
|
||||
|
||||
Reference in New Issue
Block a user