From 6bf31423a27e79549a9d31c1b2f8333c74f349f0 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Mon, 6 Apr 2020 19:09:22 +0200 Subject: [PATCH] codecov: disable codecov/patch status Codecov's patch status measures lines covered in a given pull request, which fails when moving code around. Adding code with no coverage still fails the codecov/project status, which fails if coverage has gone down. --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 023a05112..58decda6a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,6 @@ +coverage: + status: + patch: no codecov: require_ci_to_pass: no comment: no