forked from phoenix/litellm-mirror
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"
|
- component_id: "LLMs"
|
||||||
paths:
|
paths:
|
||||||
- "*/llms/*"
|
- "*/llms/*"
|
||||||
|
- component_id: "Caching"
|
||||||
|
paths:
|
||||||
|
- "*/caching/*"
|
||||||
|
- ".*redis.*"
|
||||||
|
|
||||||
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
|
Loading…
Add table
Add a link
Reference in a new issue