spack/.codecov.yml
Todd Gamblin c45afb7578
coverage: remove sub-reports; only show project/patch on PRs (#11926)
- There's too much information on our PRs, and the Travis test results
  (which are arguably more important than coverage) get buried in
  coverage information

- Remove coverage sub-categories, as you can browse codecov's file view
  to see roughly the same thing

- show only project/patch on GitHub PRs.
2019-07-03 17:11:07 -07:00

15 lines
219 B
YAML

coverage:
precision: 2
round: nearest
range: 60...90
status:
project:
default:
threshold: 0.5
ignore:
- lib/spack/spack/test/.*
- lib/spack/docs/.*
- lib/spack/external/.*
comment: off