From 4cea88aa3771ef9ae943e7a472dd37c39339d118 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 21 Jan 2019 01:17:27 +0100 Subject: [PATCH] CI/codecov: fix invalid yaml [ci skip] To validate: cat codecov.yml | curl --data-binary @- https://codecov.io/validate --- codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 6cc3dd96c1..5acc64f756 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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: