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.
This commit is contained in:
parent
54d8fea9fc
commit
100078ec3a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue