ci(proxy-endpoints): invoke the new credential_endpoints tests

PR #36166 added tests/test_litellm/proxy/credential_endpoints/test_endpoints.py
without wiring it into any job's test path, which fails assert-ci-coverage
on litellm_internal_staging with 'test files that no CI job invokes'.

Add the directory to the proxy-endpoints job alongside the other
tests/test_litellm/proxy/*_endpoints paths so the credential PATCH
handler regression test actually runs.

Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
This commit is contained in:
Cursor Agent 2026-08-07 09:04:54 +00:00
parent e1717c5e9c
commit 6563744845
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