mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
ci: run credential_endpoints tests in the proxy-endpoints job
test_endpoints.py landed in tests/test_litellm/proxy/credential_endpoints via #36166 but no job invoked the directory, so assert_ci_coverage.py flagged it and the CI Coverage check turned red on litellm_internal_staging. Add the path to the proxy-endpoints test-path list so pytest picks it up. Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
This commit is contained in:
parent
527dc0a8bb
commit
165a440f06
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
with:
|
||||
test-path: >-
|
||||
tests/test_litellm/proxy/analytics_endpoints
|
||||
tests/test_litellm/proxy/credential_endpoints
|
||||
tests/test_litellm/proxy/management_endpoints
|
||||
tests/test_litellm/proxy/memory
|
||||
tests/test_litellm/proxy/guardrails
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue