mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
add caching component to code cov
This commit is contained in:
parent
23b4ded35e
commit
045a029c54
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ component_management:
|
|||
- component_id: "LLMs"
|
||||
paths:
|
||||
- "*/llms/*"
|
||||
- component_id: "Caching"
|
||||
paths:
|
||||
- "*/caching/*"
|
||||
- ".*redis.*"
|
||||
|
||||
comment:
|
||||
layout: "header, diff, flags, components" # show component info in the PR comment
|
Loading…
Add table
Add a link
Reference in a new issue