From a8a3eb9d5b6e1cf39ab2bcc255af21d43debe421 Mon Sep 17 00:00:00 2001 From: joereyna Date: Tue, 31 Mar 2026 10:08:24 -0700 Subject: [PATCH] Fix Codecov path prefix via fixes directive --- codecov.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index 09fccc6b99..2594680232 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -20,6 +20,9 @@ component_management: - component_id: "Enterprise" paths: - "enterprise/**" +fixes: + - "::litellm/" # prepend litellm/ to all paths (coverage records relative to package root) + comment: layout: "header, diff, flags, components" # show component info in the PR comment