From e63093edc86846bfb90863d55c87daba769d998a Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Thu, 20 Aug 2020 13:06:48 -0400 Subject: [PATCH] build: disable github pr annotations (#25942) --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 65dc198fe..f28f00e32 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,3 +14,6 @@ coverage: default: target: auto threshold: "0.5%" + +github_checks: + annotations: false