bentoml / bentoctl

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

refactor: using buildx and add format #166

Closed aarnphm closed 2 years ago

aarnphm commented 2 years ago

Signed-off-by: Aaron Pham 29749331+aarnphm@users.noreply.github.com

closes: #165

also fix analytics issues that failed ci tests

codecov[bot] commented 2 years ago

Codecov Report

Merging #166 (0034b40) into main (54ca196) will decrease coverage by 0.41%. The diff coverage is 57.14%.

@@            Coverage Diff             @@
##             main     #166      +/-   ##
==========================================
- Coverage   60.39%   59.98%   -0.42%     
==========================================
  Files          24       24              
  Lines        1121     1112       -9     
==========================================
- Hits          677      667      -10     
- Misses        444      445       +1     
Flag Coverage Δ
unit-tests 59.98% <57.14%> (-0.42%) :arrow_down:

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

Impacted Files Coverage Δ
bentoctl/operator/operator.py 74.28% <ø> (ø)
bentoctl/utils/__init__.py 71.42% <ø> (ø)
bentoctl/utils/operator_helpers/utils.py 0.00% <0.00%> (ø)
bentoctl/cli/utils.py 73.52% <50.00%> (ø)
bentoctl/deployment_config.py 68.50% <50.00%> (+1.83%) :arrow_up:
bentoctl/docker_utils.py 25.35% <50.00%> (+5.35%) :arrow_up:
bentoctl/utils/temp_dir.py 42.30% <60.00%> (-33.70%) :arrow_down:
bentoctl/cli/__init__.py 81.81% <100.00%> (-2.97%) :arrow_down:
bentoctl/operator/registry.py 60.17% <100.00%> (ø)
bentoctl/utils/usage_stats.py 95.00% <100.00%> (ø)
... and 2 more

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