diff options
author | Todd Gamblin <gamblin2@llnl.gov> | 2021-06-17 11:22:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 12:22:23 -0600 |
commit | 100078ec3a1627e490947a161ad8ecfd8f7119c0 (patch) | |
tree | 2da2fddc00dd17188d31a32f08c9e01820c2e2b3 /.codecov.yml | |
parent | 54d8fea9fcd3544d7a86d25cfbde40aa3075548c (diff) | |
download | spack-100078ec3a1627e490947a161ad8ecfd8f7119c0.tar.gz spack-100078ec3a1627e490947a161ad8ecfd8f7119c0.tar.bz2 spack-100078ec3a1627e490947a161ad8ecfd8f7119c0.tar.xz spack-100078ec3a1627e490947a161ad8ecfd8f7119c0.zip |
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.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |