litellm_router_testing

This commit is contained in:
Ishaan Jaffer
2025-09-27 10:42:51 -07:00
parent 3baa3aff1b
commit 936e3466ac
+1 -1
View File
@@ -464,7 +464,7 @@ jobs:
command: |
pwd
ls
python -m pytest tests/local_testing --cov=litellm --cov-report=xml -vv -k "router" -x -v --junitxml=test-results/junit.xml --durations=5
python -m pytest tests/local_testing --cov=litellm --cov-report=xml -vv -k "router" -v --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
- run:
name: Rename the coverage files