From e715f2d9b0d69797ba88b504b8b4aaa83c4fb561 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 17 May 2022 14:15:17 -0400 Subject: [PATCH] Disable CodeCov annotations (see #4337) As described here: https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations-via-yaml These inline annotations are pretty noisy and don't add much beyond the bottom-line summaries. --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 47a8ccc21..c4b333ad3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,3 +12,6 @@ coverage: default: informational: true changes: no + +github_checks: + annotations: false