From b2795564dc929002996171c46591566cdd028934 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 7 Jun 2022 16:47:39 +0200 Subject: [PATCH] codecov: disable "patch" status CodeCov has been very hit-and-miss recently; it looks like we may need some additional settings to make it compare with the correct parent commit (perhaps it doesn't work well with rebasing), Signed-off-by: Sebastiaan van Stijn --- codecov.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index ac8c6694c6..7b798e2c4a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,10 +5,7 @@ github_checks: coverage: status: - patch: - default: - target: 50% - only_pulls: true + patch: false # project will give us the diff in the total code coverage between a commit # and its parent project: