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

Testing flask app #12

Closed rafaelschlatter closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 9.75%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   81.36%   91.12%   +9.75%     
==========================================
  Files          12       16       +4     
  Lines         263      338      +75     
==========================================
+ Hits          214      308      +94     
+ Misses         49       30      -19
Impacted Files Coverage Δ
tests/ml/test_ml_model.py 100% <ø> (ø)
tests/apis/test_pipedesign.py 100% <100%> (ø)
tests/apis/test_model.py 100% <100%> (ø)
tests/conftest.py 100% <100%> (ø)
tests/infrastructure/test_blobhandler.py 97.67% <100%> (ø)
src/infrastructure/blobhandler.py 72.91% <100%> (-11.46%) :arrow_down:
tests/apis/test_prediction.py 100% <100%> (ø)
... and 7 more

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 3a55414...6ed7a4e. Read the comment docs.