bentoml / bentoctl

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

feat: added a new destroy command and experimental apply command #123

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Description

Lambda Operator PR: https://github.com/bentoml/aws-lambda-deploy/pull/36

Motivation and Context

How Has This Been Tested?

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #123 (8d774c8) into main (7a8119e) will decrease coverage by 1.57%. The diff coverage is 12.24%.

@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
- Coverage   39.71%   38.14%   -1.58%     
==========================================
  Files          15       16       +1     
  Lines         851      894      +43     
==========================================
+ Hits          338      341       +3     
- Misses        513      553      +40     
Flag Coverage Δ
unit-tests 38.14% <12.24%> (-1.58%) :arrow_down:

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

Impacted Files Coverage Δ
bentoctl/cli/__init__.py 0.00% <0.00%> (ø)
bentoctl/cli/helper_scripts.py 0.00% <0.00%> (ø)
bentoctl/operator/operator.py 73.52% <50.00%> (-1.86%) :arrow_down:
bentoctl/deployment_config.py 63.43% <60.00%> (+0.55%) :arrow_up:

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