From d5f14ff16bf25f4caefeb9821292726d93eebda9 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:03:06 +0200 Subject: [PATCH] chore: fix codecov config (h/t @the-howl) (#1137) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/gnolang/gno/pull/1122#issuecomment-1720164847 ```console ❯ cat codecov.yml | curl --data-binary @/dev/stdin https://codecov.io/validate Valid! { "codecov": { "require_ci_to_pass": false, ... ``` Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com> --- .github/codecov.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 77cc0991cb0..ba70a236dc9 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,6 +1,5 @@ codecov: require_ci_to_pass: false - require_changes: true notify: wait_for_ci: false @@ -23,7 +22,6 @@ coverage: patch: default: target: auto - changes: flags: default_rules: