From fc32f91ffd405bd6b70c8b7ab608e0a74f017cfb Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Mon, 30 Mar 2026 13:13:41 -0700 Subject: [PATCH] [Fix] Rename test file so router code coverage check detects it The router_code_coverage.py script only scans test files with "router" in the filename. test_health_check_routing.py was invisible to this check, causing _async_filter_health_check_unhealthy_deployments and _filter_health_check_unhealthy_deployments to appear untested. Co-Authored-By: Claude Opus 4.6 (1M context) --- ...ealth_check_routing.py => test_router_health_check_routing.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/test_litellm/router_utils/{test_health_check_routing.py => test_router_health_check_routing.py} (100%) diff --git a/tests/test_litellm/router_utils/test_health_check_routing.py b/tests/test_litellm/router_utils/test_router_health_check_routing.py similarity index 100% rename from tests/test_litellm/router_utils/test_health_check_routing.py rename to tests/test_litellm/router_utils/test_router_health_check_routing.py