From 901485c9e4895f93177f6ac69b856c8be9a788ac Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 22 Jun 2021 09:41:55 -0400 Subject: [PATCH] Disable codecov annotations in pull requests --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 190044367..dbb2d98f7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,5 @@ fixes: - "::monkey/" + +github_checks: + annotations: false