From 5ed68d31a2a633b337a0730ebdd8c5c8611fbb0e Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Mon, 15 Jul 2019 22:45:00 -0700
Subject: [PATCH] coverage: restore status updates on PRs (#12032)

Codecov is not updating PRs with status anymore. Fix .codecov.yaml to
make this happen.
---
 .codecov.yml | 3 +--
 1 file changed, 1 insertion(+), 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/.*
-- 
GitLab