qa: adjust thresholds for acceptance (#3105)
This commit is contained in:
parent
b192011add
commit
c91d18b622
1 changed files with 4 additions and 0 deletions
|
@ -4,13 +4,17 @@ coverage:
|
|||
range: 60...90
|
||||
status:
|
||||
project:
|
||||
default: true
|
||||
llnl:
|
||||
threshold: 0.5
|
||||
paths:
|
||||
- lib/spack/llnl
|
||||
commands:
|
||||
threshold: 0.5
|
||||
paths:
|
||||
- lib/spack/spack/cmd
|
||||
core:
|
||||
threshold: 0.5
|
||||
paths:
|
||||
- "!lib/spack/llnl"
|
||||
- "!lib/spack/spack/cmd"
|
||||
|
|
Loading…
Reference in a new issue