From 65637448455c605e4314dcb5b6ca1109a0fc569c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 7 Aug 2026 09:04:54 +0000 Subject: [PATCH] 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 --- .github/workflows/test-unit-proxy-endpoints.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-unit-proxy-endpoints.yml b/.github/workflows/test-unit-proxy-endpoints.yml index 20b89c72440..58641b83aac 100644 --- a/.github/workflows/test-unit-proxy-endpoints.yml +++ b/.github/workflows/test-unit-proxy-endpoints.yml @@ -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