diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-07-15 22:45:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 22:45:00 -0700 |
commit | 5ed68d31a2a633b337a0730ebdd8c5c8611fbb0e (patch) | |
tree | 5fd10a6210c0aa364b24cb5e864acefadfe64079 /.codecov.yml | |
parent | 3f47c5967d227dc58a71a4053889b5b31764444d (diff) | |
download | spack-5ed68d31a2a633b337a0730ebdd8c5c8611fbb0e.tar.gz spack-5ed68d31a2a633b337a0730ebdd8c5c8611fbb0e.tar.bz2 spack-5ed68d31a2a633b337a0730ebdd8c5c8611fbb0e.tar.xz spack-5ed68d31a2a633b337a0730ebdd8c5c8611fbb0e.zip |
coverage: restore status updates on PRs (#12032)
Codecov is not updating PRs with status anymore. Fix .codecov.yaml to
make this happen.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.codecov.yml b/.codecov.yml index c06cb57f88..4072fa8974 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,8 +4,7 @@ coverage: range: 60...90 status: project: - default: - threshold: 0.5 + default: yes ignore: - lib/spack/spack/test/.* |