From f726e6abb5517b5f27c10b2a002da5c3e7d7b924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 2 Jul 2024 18:05:25 +0300 Subject: [PATCH] ci(codecov.yaml): make ci succeed regardless of coverage (#7793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- codecov.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 8ca2196768dac..a4f3298cd4ab6 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,11 +1,15 @@ +# https://docs.codecov.com/docs/commit-status#project-status + coverage: status: project: default: - target: auto + target: 0% # Make CI always succeed + threshold: 100% # Make CI always succeed patch: default: - target: auto + target: 0% # Make CI always succeed + threshold: 100% # Make CI always succeed comment: show_carryforward_flags: true