c45afb7578
- 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.
15 lines
219 B
YAML
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
|