Skip to content
Snippets Groups Projects
Unverified Commit c45afb75 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

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.
parent fae14bff
No related branches found
No related tags found
No related merge requests found
......@@ -4,28 +4,8 @@ coverage:
range: 60...90
status:
project:
default: true
llnl:
default:
threshold: 0.5
paths:
- lib/spack/llnl
commands:
threshold: 0.5
paths:
- lib/spack/spack/cmd
build_systems:
threshold: 0.5
paths:
- lib/spack/spack/build_systems
modules:
threshold: 0.5
paths:
- lib/spack/spack/modules
core:
threshold: 0.5
paths:
- "!lib/spack/llnl"
- "!lib/spack/spack/cmd"
ignore:
- lib/spack/spack/test/.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment