From 1a045dc935dff7dcebedc95fc6c4d4d35cb8c8d3 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Sat, 18 May 2024 12:04:22 -0400 Subject: [PATCH] remove codecov annotations (#1877) --- .github/.codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/.codecov.yml b/.github/.codecov.yml index 106704aa0b..7a297361d0 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -12,3 +12,5 @@ coverage: threshold: 5% # allow project coverage to drop at most 5% comment: false +github_checks: + annotations: false