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:
Cursor Agent 2026-08-07 16:02:36 +00:00
parent 527dc0a8bb
commit 165a440f06
No known key found for this signature in database

View file

@ -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