From 0761a03d05148c04ea01086947eba89268bf7373 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 14 Oct 2024 20:35:41 +0530 Subject: [PATCH] fix code cov components --- codecov.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 86aa58474..a76f03552 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -10,13 +10,12 @@ component_management: paths: - "*/caching/*" - ".*redis.*" - - component_id: "litellm logging & logging callbacks" + - component_id: "litellm_logging" paths: - "*/integrations/*" - - ".*litellm_logging.py" - - component_id: "Proxy Authentication" + - ".*litellm_logging.*" + - component_id: "Proxy_Authentication" paths: - - "*/proxy/auth/*" - + - "*/proxy/auth/**" comment: layout: "header, diff, flags, components" # show component info in the PR comment \ No newline at end of file