From 0b436630282d73d58620952fdbddbf36ba7f803c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:33:47 +0000 Subject: [PATCH 1/2] Initial plan From 1414e4cbe67b3bbf494d8c1a5a4f9dc58265701b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:36:59 +0000 Subject: [PATCH 2/2] Ignore generated Protobuf code in code coverage Co-authored-by: zhenghaoz <9030120+zhenghaoz@users.noreply.github.com> --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 694f1d694..bf72f9435 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,6 @@ coverage: patch: default: enabled: no + +ignore: + - "protocol/*.pb.go"