codecov: added commit status, made green a reachable state (#3051)
This commit is contained in:
parent
892955cc46
commit
28b7ef3175
1 changed files with 13 additions and 1 deletions
14
.codecov.yml
14
.codecov.yml
|
@ -1,7 +1,19 @@
|
|||
coverage:
|
||||
precision: 2
|
||||
round: nearest
|
||||
range: 60...100
|
||||
range: 60...90
|
||||
status:
|
||||
project:
|
||||
llnl:
|
||||
paths:
|
||||
- lib/spack/llnl
|
||||
commands:
|
||||
paths:
|
||||
- lib/spack/spack/cmd
|
||||
core:
|
||||
paths:
|
||||
- "!lib/spack/llnl"
|
||||
- "!lib/spack/spack/cmd"
|
||||
|
||||
ignore:
|
||||
- lib/spack/spack/test/.*
|
||||
|
|
Loading…
Reference in a new issue