From 66f41ec6f1e43819bec3fb2a845f7a7e5d873564 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Thu, 24 Apr 2025 08:51:51 -0400 Subject: [PATCH] disable codecov pr annotations (#2556) --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 6d47379e8..b4810bfa4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -49,3 +49,6 @@ comment: require_changes: no require_base: no require_head: yes + +github_checks: + annotations: false