From 165a440f061ce30249bb7a140c80cafca40b9239 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 7 Aug 2026 16:02:36 +0000 Subject: [PATCH] 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 --- .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