CI/codecov: fix invalid yaml [ci skip]

To validate:

    cat codecov.yml | curl --data-binary @- https://codecov.io/validate
This commit is contained in:
Justin M. Keyes
2019-01-21 01:17:27 +01:00
parent 969618ebb5
commit 4cea88aa37

View File

@@ -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: