test: update code cov test

This commit is contained in:
Krrish Dholakia 2025-04-09 08:41:10 -07:00
parent 342cfb1eef
commit 1c2e9045eb

View file

@ -16,6 +16,7 @@ IGNORE_FUNCTIONS = [
"_transform_prompt",
"mask_dict",
"_serialize", # we now set a max depth for this
"_sanitize_request_body_for_spend_logs_payload", # testing added for circular reference
]