From 8d2fa04db56e5f5ffc3ed85af31a6e5011b54f2a Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Fri, 23 May 2025 10:26:29 +0200 Subject: [PATCH] ci: make codecov informational only (#2924) Disables requirement to fix coverage for lines that remain missing Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 20732fd..9c22420 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ coverage: patch: default: target: 50% + informational: true ignore: # Files generated by Google Protobuf do not require coverage - '**/*.pb.go'