From 39b5d3aae8bc45b10b5fc070624b84fa67903cfe Mon Sep 17 00:00:00 2001 From: Scott Dickerson Date: Mon, 13 May 2024 10:57:43 -0400 Subject: [PATCH] :ghost: Disable codecov annotations (#1910) Resolves: #1909 Disable codecov's github annotations feature since it generates an annoying amount of annotations with our current level of testing coverage. Signed-off-by: Scott J Dickerson --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codecov.yml b/codecov.yml index 0f76d6b496..5ab9851bbd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -30,3 +30,8 @@ flags: ignore: - "**/mockServiceWorker.js" + +# turn off github annotations, too many annotations are not useful +# see: https://docs.codecov.com/docs/github-checks +github_checks: + annotations: false