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:
|
codecov:
|
||||||
notify:
|
notify:
|
||||||
require_ci_to_pass: no
|
require_ci_to_pass: no
|
||||||
@@ -12,12 +15,13 @@ coverage:
|
|||||||
range: "70...100"
|
range: "70...100"
|
||||||
|
|
||||||
status:
|
status:
|
||||||
project: yes
|
project:
|
||||||
default:
|
default:
|
||||||
threshold: 1
|
threshold: 1
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
threshold: 1
|
threshold: 1
|
||||||
|
only_pulls: true
|
||||||
changes: no
|
changes: no
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
|
Reference in New Issue
Block a user