From c5320d0b552f49446a5866d995452e76e9cd5370 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 11 Mar 2024 12:10:39 -0400 Subject: [PATCH] Disable CodeCov GitHub Changed Files Annotations Signed-off-by: Matt Lord --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 978fc499df1..b9094718fed 100644 --- a/codecov.yml +++ b/codecov.yml @@ -39,6 +39,9 @@ ignore: # Ignore proto files - "go/vt/proto/**" +github_checks: + annotations: false + comment: # https://docs.codecov.com/docs/pull-request-comments hide_project_coverage: false