qa: adjust thresholds for acceptance (#3105)

This commit is contained in:
Massimiliano Culpo 2017-02-09 17:31:57 +01:00 committed by Todd Gamblin
parent b192011add
commit c91d18b622

View File

@ -4,13 +4,17 @@ coverage:
range: 60...90 range: 60...90
status: status:
project: project:
default: true
llnl: llnl:
threshold: 0.5
paths: paths:
- lib/spack/llnl - lib/spack/llnl
commands: commands:
threshold: 0.5
paths: paths:
- lib/spack/spack/cmd - lib/spack/spack/cmd
core: core:
threshold: 0.5
paths: paths:
- "!lib/spack/llnl" - "!lib/spack/llnl"
- "!lib/spack/spack/cmd" - "!lib/spack/spack/cmd"