update code cov yaml

This commit is contained in:
Ishaan Jaff 2024-10-14 18:31:22 +05:30
parent 4132a97787
commit fac1bb4deb

View file

@ -2,10 +2,10 @@ component_management:
individual_components: individual_components:
- component_id: "Router" - component_id: "Router"
paths: paths:
- "litellm/router.py" - "router"
- component_id: "LLMs" - component_id: "LLMs"
paths: paths:
- "litellm/llms/*" - "*/llms/*"
comment: comment:
layout: "header, diff, flags, components" # show component info in the PR comment layout: "header, diff, flags, components" # show component info in the PR comment