From 1faf4b88fce4b4e1f131dc4d1f6ff0c8a7317f8d Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 21 Feb 2023 09:32:02 +0100 Subject: [PATCH] disable codecov status it's unreliable, and we don't want to waste time with incorrect failed status checks the links in the checks are the main value, not the pass/fail --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 8836913f..72e51fd7 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,7 +6,7 @@ coverage: status: project: default: - target: auto + target: "0%" patch: default: - target: 20% + target: "0%"