forked from phoenix/litellm-mirror
fix code cov components
This commit is contained in:
parent
cc6f34e9d4
commit
0761a03d05
1 changed files with 4 additions and 5 deletions
|
@ -10,13 +10,12 @@ component_management:
|
||||||
paths:
|
paths:
|
||||||
- "*/caching/*"
|
- "*/caching/*"
|
||||||
- ".*redis.*"
|
- ".*redis.*"
|
||||||
- component_id: "litellm logging & logging callbacks"
|
- component_id: "litellm_logging"
|
||||||
paths:
|
paths:
|
||||||
- "*/integrations/*"
|
- "*/integrations/*"
|
||||||
- ".*litellm_logging.py"
|
- ".*litellm_logging.*"
|
||||||
- component_id: "Proxy Authentication"
|
- component_id: "Proxy_Authentication"
|
||||||
paths:
|
paths:
|
||||||
- "*/proxy/auth/*"
|
- "*/proxy/auth/**"
|
||||||
|
|
||||||
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