From 100078ec3a1627e490947a161ad8ecfd8f7119c0 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Thu, 17 Jun 2021 11:22:23 -0700 Subject: codecov: disable inline annotations on PRs (#24362) Inline codecov annotations make the code hard to read, and they add annotations in files that seemingly have nothing to do with the PR. Sadly, they add a whole lot of noise and not a lot of benefit over looking at the PR on codecov. We should just have people look at the coverage on codecov itself. --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.codecov.yml') diff --git a/.codecov.yml b/.codecov.yml index 230afe39b2..998b66ce7e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -14,3 +14,8 @@ ignore: - share/spack/qa/.* comment: off + +# Inline codecov annotations make the code hard to read, and they add +# annotations in files that seemingly have nothing to do with the PR. +github_checks: + annotations: false -- cgit v1.2.3-60-g2f50