From fac1bb4debb2f22f1b1e8d9c1a2956dc02af6059 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 14 Oct 2024 18:31:22 +0530 Subject: [PATCH] update code cov yaml --- codecov.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 39804c5ab..c5e2308bc 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -2,10 +2,10 @@ component_management: individual_components: - component_id: "Router" paths: - - "litellm/router.py" + - "router" - component_id: "LLMs" paths: - - "litellm/llms/*" + - "*/llms/*" comment: layout: "header, diff, flags, components" # show component info in the PR comment \ No newline at end of file