From cfd2ca4193aee3305e8361a5e683c42c35734b21 Mon Sep 17 00:00:00 2001 From: xianren Date: Wed, 29 Apr 2026 12:28:34 +0800 Subject: [PATCH] test(health-check): move regression test to tests/test_litellm path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The unit test landed under tests/litellm/litellm_core_utils/ but the core-utils CI job (test-unit-core-utils.yml) collects from tests/test_litellm/litellm_core_utils/. Moving the file so the new coverage actually executes — addresses the codecov/patch 60% report (_filter_model_params body was unreached by any collected test path). No content changes to the test itself. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../litellm_core_utils/test_health_check_utils.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{litellm => test_litellm}/litellm_core_utils/test_health_check_utils.py (100%) diff --git a/tests/litellm/litellm_core_utils/test_health_check_utils.py b/tests/test_litellm/litellm_core_utils/test_health_check_utils.py similarity index 100% rename from tests/litellm/litellm_core_utils/test_health_check_utils.py rename to tests/test_litellm/litellm_core_utils/test_health_check_utils.py