mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
CI/codecov: fix invalid yaml [ci skip]
To validate: cat codecov.yml | curl --data-binary @- https://codecov.io/validate
This commit is contained in:
parent
969618ebb5
commit
4cea88aa37
@ -1,3 +1,6 @@
|
||||
# To validate:
|
||||
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
||||
|
||||
codecov:
|
||||
notify:
|
||||
require_ci_to_pass: no
|
||||
@ -12,12 +15,13 @@ coverage:
|
||||
range: "70...100"
|
||||
|
||||
status:
|
||||
project: yes
|
||||
project:
|
||||
default:
|
||||
threshold: 1
|
||||
patch:
|
||||
default:
|
||||
threshold: 1
|
||||
only_pulls: true
|
||||
changes: no
|
||||
|
||||
parsers:
|
||||
|
Loading…
Reference in New Issue
Block a user