From e9b898a6da2cc952980d4d69a09388671343a927 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Wed, 8 May 2024 19:03:27 +0200 Subject: [PATCH] do not block on project status --- codecov.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 1e8dd9f9f7..429e2a3a5e 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,2 +1,7 @@ github_checks: - annotations: false \ No newline at end of file + annotations: false +coverage: + status: + project: + default: + informational: true \ No newline at end of file