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 1/2] 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 From 51fe7876d1c680be2c703d1749ca98d7cac650de Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Mon, 18 Apr 2022 10:11:56 -0400 Subject: [PATCH 2/2] Update .codecov.yml --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 43ff5ebb29..ec27f44fea 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -9,8 +9,10 @@ coverage: range: "70...100" status: project: + default: informational: true patch: + default: informational: true comment: false