From a6bd2be9f4aba0b9f4a36e93dc3dca60f3785d24 Mon Sep 17 00:00:00 2001 From: Splines Date: Mon, 8 Jul 2024 02:05:04 +0200 Subject: [PATCH] Disable project and patch Codecov reports --- .config/.codecov.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.config/.codecov.yml b/.config/.codecov.yml index 6c7d0e6cb..9ca582856 100644 --- a/.config/.codecov.yml +++ b/.config/.codecov.yml @@ -7,20 +7,5 @@ ignore: # https://docs.codecov.com/docs/commit-status coverage: status: - default_rules: - # Don't send status checks that don't have flag coverage uploaded - flag_coverage_not_uploaded_behavior: exclude - project: - default: - target: 100% - threshold: 0 - informational: true - if_not_found: failure - only_pulls: true - patch: - default: - target: 100% - threshold: 0 - informational: true - if_not_found: failure - only_pulls: true + project: off + patch: off