From d47af7f10ecc5a2d68e297693cc3b73fe895df22 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 9 Sep 2018 19:12:32 +0200 Subject: CI/Codecov: disable changes status It fails PRs which otherwise would succeed (e.g. #8971), and the Codecov status page doesn't load, so we can't see what it's complaining about. Reverts 5c7237640f977ee6deca5b9da90702305a96e3e2 ref #8910 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index dbcb0c16ca..481eea89ee 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,7 +14,7 @@ coverage: status: project: yes patch: yes - changes: yes + changes: no parsers: gcov: -- cgit