From 065e379198b1f32e0c049c284fd118b3e38639b2 Mon Sep 17 00:00:00 2001
From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
Date: Mon, 18 Apr 2022 10:01:09 -0400
Subject: [PATCH] Add informational Codecov status checks

Hi, Tom from Codecov here. I noticed that you were using Codecov but weren't actually getting any notifications on pull requests. I figured it would be useful to get some idea if code being changed is being tested, but also not blocking CI/merging. Let me know if this makes sense or if we can do something that would be helpful.
---
 .codecov.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.codecov.yml b/.codecov.yml
index 4d2921cc40..43ff5ebb29 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -8,7 +8,9 @@ coverage:
   round: down
   range: "70...100"
   status:
-    project: false
-    patch: false
+    project:
+        informational: true
+    patch:
+        informational: true
 
 comment: false
-- 
2.39.5