rafaelschlatter / pipedesign-api

A prediction API hosted on Azure app service, continuously integrated & deployed.
http://pipedesign.azurewebsites.net/
MIT License
0 stars 0 forks source link

Created blobhandler #11

Closed rafaelschlatter closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.8%. The diff coverage is 84.88%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #11     +/-   ##
=========================================
+ Coverage   80.56%   81.36%   +0.8%     
=========================================
  Files          10       12      +2     
  Lines         247      263     +16     
=========================================
+ Hits          199      214     +15     
- Misses         48       49      +1
Impacted Files Coverage Δ
src/ml/preprocessor.py 100% <100%> (+9.61%) :arrow_up:
tests/ml/test_preprocessor.py 100% <100%> (ø) :arrow_up:
tests/ml/test_model.py 100% <100%> (ø) :arrow_up:
tests/ml/test_blobhandler.py 100% <100%> (ø)
src/apis/pipedesign.py 50% <20%> (ø) :arrow_up:
src/apis/ml_model.py 57.14% <20%> (-0.36%) :arrow_down:
src/infrastructure/blobhandler.py 84.37% <84.37%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5a88a81...da83003. Read the comment docs.