forked from phoenix/litellm-mirror
build(config.yml): add codecov to repo (#6172)
* build(config.yml): add codecov to repo ensures all commits have testing coverage * build(config.yml): fix ci config * build: fix .yml * build(config.yml): fix ci/cd * ci(config.yml): specify module to measure code coverage for * ci(config.yml): update config.yml version * ci: trigger new run * ci(config.yml): store combine * build(config.yml): check files before combine * ci(config.yml): fix check * ci(config.yml): add codecov coverage to ci/cd * ci(config.yml): add codecov to router tests * ci(config.yml): wait for router testing to complete before running codecov upload * ci(config.yml): handle multiple coverage.xml's * fix(router.py): cleanup print stack * ci(config.yml): fix config * ci(config.yml): fix config
This commit is contained in:
parent
2acb0c0675
commit
fc13c023b7
4 changed files with 65 additions and 10 deletions
|
@ -41,7 +41,6 @@ class MyCustomHandler(CustomLogger):
|
|||
|
||||
def log_pre_api_call(self, model, messages, kwargs):
|
||||
print("Pre-API Call")
|
||||
traceback.print_stack()
|
||||
self.data_sent_to_api = kwargs["additional_args"].get("complete_input_dict", {})
|
||||
|
||||
def log_post_api_call(self, kwargs, response_obj, start_time, end_time):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue