From 9a78356883a6530deb52b2ba3d6cff3926fd0fdb Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Mon, 8 Jul 2024 13:49:56 +0200 Subject: [PATCH] Succeed when patch codecov fails (#1900) --- codecov.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 8bc5303d86..c0e817cf82 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -6,4 +6,6 @@ coverage: default: informational: true patch: - informational: true + default: + informational: true + if_ci_failed: success