spack/.codecov.yml
Todd Gamblin 5ed68d31a2
coverage: restore status updates on PRs (#12032)
Codecov is not updating PRs with status anymore. Fix .codecov.yaml to
make this happen.
2019-07-15 22:45:00 -07:00

16 lines
260 B
YAML

coverage:
precision: 2
round: nearest
range: 60...90
status:
project:
default: yes
ignore:
- lib/spack/spack/test/.*
- lib/spack/docs/.*
- lib/spack/external/.*
- share/spack/qa/.*
- share/spack/spack-completion.bash
comment: off