From 9f07572bc4ae620e9cd6b3506fd28813e4c7bc0f Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 10 Sep 2020 14:33:46 -0400 Subject: [PATCH] Disable CodeCov annotations via GitHub Checks They just decided to turn this on by default for all their GitHub users ... https://docs.codecov.io/docs/github-checks-beta --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 02594513..267ce0c8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,3 @@ - coverage: range: "50...100" status: @@ -25,3 +24,6 @@ parsers: # This turns off the extra comment; the coverage %'s are still # reported on the main PR page as check results comment: false + +github_checks: + annotations: false