coverage: restore status updates on PRs (#12032)
Codecov is not updating PRs with status anymore. Fix .codecov.yaml to make this happen.
This commit is contained in:
parent
3f47c5967d
commit
5ed68d31a2
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ coverage:
|
|||
range: 60...90
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 0.5
|
||||
default: yes
|
||||
|
||||
ignore:
|
||||
- lib/spack/spack/test/.*
|
||||
|
|
Loading…
Reference in a new issue