mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Fix Codecov path prefix via fixes directive
This commit is contained in:
parent
e7e0637f53
commit
a8a3eb9d5b
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ component_management:
|
|||
- component_id: "Enterprise"
|
||||
paths:
|
||||
- "enterprise/**"
|
||||
fixes:
|
||||
- "::litellm/" # prepend litellm/ to all paths (coverage records relative to package root)
|
||||
|
||||
comment:
|
||||
layout: "header, diff, flags, components" # show component info in the PR comment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue