bentoml / bentoctl

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

test: Debug mode #169

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Description

--debug mode will now put the deployable in your local path to help debugging of deployables easier. closes:

codecov[bot] commented 2 years ago

Codecov Report

Merging #169 (ac63ff1) into main (29ca019) will decrease coverage by 0.41%. The diff coverage is 20.00%.

@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
- Coverage   60.16%   59.74%   -0.42%     
==========================================
  Files          24       24              
  Lines        1112     1118       +6     
==========================================
- Hits          669      668       -1     
- Misses        443      450       +7     
Flag Coverage Δ
unit-tests 59.74% <20.00%> (-0.42%) :arrow_down:

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

Impacted Files Coverage Δ
bentoctl/cli/__init__.py 84.88% <ø> (+0.79%) :arrow_up:
bentoctl/utils/temp_dir.py 36.36% <12.50%> (-5.95%) :arrow_down:
bentoctl/docker_utils.py 26.38% <50.00%> (+1.03%) :arrow_up:
bentoctl/utils/__init__.py 57.14% <0.00%> (-14.29%) :arrow_down:

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