bentoml / bentoctl

Fast model deployment on any cloud 🚀
https://bentoml.com
Other
175 stars 30 forks source link

feat: `--debug` will print the path for the intermediate deployable created #182

Closed jjmachan closed 1 year ago

jjmachan commented 1 year ago

Description

closes:

codecov[bot] commented 1 year ago

Codecov Report

Merging #182 (bee36ae) into main (f3673bc) will decrease coverage by 0.10%. The diff coverage is 57.14%.

@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
- Coverage   59.15%   59.05%   -0.11%     
==========================================
  Files          24       24              
  Lines        1136     1138       +2     
==========================================
  Hits          672      672              
- Misses        464      466       +2     
Flag Coverage Δ
unit-tests 59.05% <57.14%> (-0.11%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
bentoctl/docker_utils.py 24.65% <0.00%> (-0.70%) :arrow_down:
bentoctl/cli/operator_management.py 42.16% <50.00%> (ø)
bentoctl/cli/__init__.py 85.05% <100.00%> (ø)
bentoctl/deployment_config.py 68.50% <100.00%> (ø)
bentoctl/utils/__init__.py 71.42% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more