[Infra] CI/CD Fixes (#16937)

* Attempt CI/CD Fix

* Adding test for coverage

* Adding max depth to copilot and vertex

* Fixing mypy lint and docker database

* Fixing UI build issues

* Update playwright test
This commit is contained in:
yuneng-jiang
2025-11-21 13:58:19 -08:00
committed by GitHub
parent f9d8eeaf8e
commit 4b25398afe
20 changed files with 462 additions and 160 deletions
@@ -30,6 +30,8 @@ IGNORE_FUNCTIONS = [
"_fix_enum_empty_strings", # max depth set.,
"get_access_token", # max depth set.,
"_redact_base64", # max depth set.
"_contains_vision_content", # max depth set.
"_read_all_bytes", # max depth set.
]