mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00: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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user