From a3b404697b986ee1884a1f8c18b838cd0963a603 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 24 Jun 2026 17:00:11 -0700 Subject: [PATCH] ci: ignore rust gateway in codecov patch coverage --- codecov.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index 3baea13e2d3..f5acdd39136 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -3,6 +3,9 @@ codecov: notify: wait_for_ci: false # post as soon as expected uploads arrive, don't wait on CI +ignore: + - "litellm-rust/**" + # Uploads are flagged per workflow/shard (GHA) or "circleci". carryforward makes # a re-upload of a flag replace its prior session instead of accumulating a # conflicting one, and lets a commit reuse a flag from its parent when that flag