From ca056ff7fb383b072ec70ba8c562c5fb6761d61a Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:04:37 -0400 Subject: [PATCH 1/2] chore(ci): 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 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index cbbe408ba..3b702eef0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,9 +1,13 @@ # Don't post a comment on pull requests. comment: off -# I think this disables commit statuses? +# Sets non-blocking status checks coverage: - status: - project: no - patch: no - changes: no + status: + project: + default: + informational: true + patch: + default: + informational: true + changes: no From 7cceb8cac4292967bd12f90b21fd70d29f4ede76 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Sat, 23 Apr 2022 11:43:01 -0700 Subject: [PATCH 2/2] Update codecov.yml --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 3b702eef0..47a8ccc21 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,6 +2,7 @@ comment: off # Sets non-blocking status checks +# https://docs.codecov.com/docs/commit-status#informational coverage: status: project: