From 2321e574fcc35aeba1ea94edc86daa86de1a798b Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Tue, 10 May 2022 15:34:56 -0700 Subject: [PATCH] Disable codecov annotations Not a fan of these, review is really hard with these enabled. The docs aren't super clear, but I'm going off an example from: https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations-via-yaml --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 321b8f14601..b5e9879efc7 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -9,3 +9,5 @@ coverage: informational: true codecov: require_ci_to_pass: false +github_checks: + annotations: false