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

Use codestyle black #26

Closed rafaelschlatter closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #26   +/-   ##
======================================
  Coverage    96.2%   96.2%           
======================================
  Files          20      20           
  Lines         448     448           
======================================
  Hits          431     431           
  Misses         17      17
Impacted Files Coverage Δ
src/ml/features.py 100% <ø> (ø) :arrow_up:
src/apis/__init__.py 100% <ø> (ø) :arrow_up:
src/apis/cache.py 100% <ø> (ø) :arrow_up:
tests/conftest.py 100% <ø> (ø) :arrow_up:
tests/apis/test_ml_model.py 100% <100%> (ø) :arrow_up:
tests/infrastructure/test_blobhandler.py 100% <100%> (ø) :arrow_up:
src/apis/pipedesign.py 92.3% <100%> (ø) :arrow_up:
tests/ml/test_model.py 100% <100%> (ø) :arrow_up:
tests/helper_functions.py 100% <100%> (ø) :arrow_up:
src/apis/prediction.py 85% <100%> (ø) :arrow_up:
... and 10 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 2224e6a...4bcac62. Read the comment docs.