From 1a47fc2cd628028ec61c2e263faf9cc446bd5b2f Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Wed, 8 Dec 2021 18:41:25 -0500 Subject: [PATCH] Disable Codecov checks (#8) We want the coverage reports, but voting on PRs/commits is not helpful. Signed-off-by: Scott Andrews --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codecov.yml b/codecov.yml index 01abad6..85ca3f2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,7 @@ ignore: - "**/zz_generated.*.go" +coverage: + status: + project: + default: + informational: true