From 5b979aee81aaa3c296378036a56a1da8447ee31c Mon Sep 17 00:00:00 2001
From: "Adam J. Stewart" <ajstewart426@gmail.com>
Date: Tue, 31 Dec 2019 15:13:12 -0600
Subject: [PATCH] Ignore coverage drop due to lack of macOS tests (#14333)

* Ignore coverage drop due to lack of macOS tests

* Fix codecov tree structure
---
 .codecov.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.codecov.yml b/.codecov.yml
index 4072fa8974..e45c500b76 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -4,7 +4,8 @@ coverage:
   range: 60...90
   status:
     project:
-      default: yes
+      default:
+        threshold: 0.3%
 
 ignore:
   - lib/spack/spack/test/.*
-- 
GitLab