bentoml / bentoctl

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

feat: error message string now shows Exception name #157

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Description

Improve the help message by showing the Exception class name along with the exception message closes:

codecov[bot] commented 2 years ago

Codecov Report

Merging #157 (e51e7f6) into main (adf99fe) will increase coverage by 0.10%. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   65.37%   65.47%   +0.10%     
==========================================
  Files          19       19              
  Lines        1031     1034       +3     
==========================================
+ Hits          674      677       +3     
  Misses        357      357              
Flag Coverage Δ
unit-tests 65.47% <80.00%> (+0.10%) :arrow_up:

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

Impacted Files Coverage Δ
bentoctl/exceptions.py 81.53% <75.00%> (+0.89%) :arrow_up:
bentoctl/deployment_config.py 66.66% <100.00%> (ø)

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