From e9933f6d37dba622161f255d061bc0cb2fb178b4 Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Tue, 29 Oct 2024 12:07:51 +0100 Subject: [PATCH] yet another attempt to fix codecov failing --- .github/codecov.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index d1e40c1b7..017d56359 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,11 +1,10 @@ -codecov: - require_ci_to_pass: yes - default_rules: - informational: true +coverage: status: - project: off - patch: off - changes: off - notify: - wait_for_ci: yes -github_checks: false \ No newline at end of file + project: + default: + informational: true + patch: + default: + informational: true +github_checks: + annotations: false \ No newline at end of file