bentoml / bentoctl

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

fix: make changes to the interactive builders operator section #154

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Description

fix for our interactive builder which was broken due to changes for the operator section of the deployment config made in #134.

closes: NOTE: we need to release another version to include this fix

codecov[bot] commented 2 years ago

Codecov Report

Merging #154 (15986c9) into main (122d3fc) will decrease coverage by 6.83%. The diff coverage is 45.22%.

@@            Coverage Diff             @@
##             main     #154      +/-   ##
==========================================
- Coverage   72.20%   65.37%   -6.84%     
==========================================
  Files          18       19       +1     
  Lines         957     1031      +74     
==========================================
- Hits          691      674      -17     
- Misses        266      357      +91     
Flag Coverage Δ
unit-tests 65.37% <45.22%> (-6.84%) :arrow_down:

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

Impacted Files Coverage Δ
bentoctl/operator/constants.py 100.00% <ø> (ø)
bentoctl/cli/operator_management.py 39.18% <14.28%> (-1.09%) :arrow_down:
bentoctl/operator/utils/github.py 16.66% <16.66%> (ø)
bentoctl/operator/registry.py 60.17% <47.29%> (-34.08%) :arrow_down:
bentoctl/cli/__init__.py 84.78% <50.00%> (-0.78%) :arrow_down:
bentoctl/deployment_config.py 66.66% <66.66%> (ø)
bentoctl/operator/utils/__init__.py 82.14% <82.14%> (ø)
bentoctl/cli/interactive.py 91.36% <100.00%> (+0.06%) :arrow_up:
bentoctl/console.py 94.11% <100.00%> (+1.80%) :arrow_up:
bentoctl/exceptions.py 80.64% <100.00%> (+0.31%) :arrow_up:
... and 2 more

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