100078ec3a
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.
21 lines
421 B
YAML
21 lines
421 B
YAML
coverage:
|
|
precision: 2
|
|
round: nearest
|
|
range: 60...90
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.2%
|
|
|
|
ignore:
|
|
- lib/spack/spack/test/.*
|
|
- lib/spack/docs/.*
|
|
- lib/spack/external/.*
|
|
- 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
|