UBC-MDS / imgtoolpy

A Python package that is intended to allow users to compress, sharpen and shrink an input image
MIT License
0 stars 4 forks source link

changed codes to pep8 format #25

Closed rita-ni closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2b7e751). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #25   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      7           
  Lines             ?    130           
  Branches          ?      0           
=======================================
  Hits              ?    130           
  Misses            ?      0           
  Partials          ?      0
Flag Coverage Δ
#unittests 100% <100%> (?)
Impacted Files Coverage Δ
imgtoolPy/compress.py 100% <ø> (ø)
imgtoolPy/shrink.py 100% <100%> (ø)
tests/test_compress.py 100% <100%> (ø)
tests/test_shrink.py 100% <100%> (ø)
tests/test_sharpen.py 100% <100%> (ø)
imgtoolPy/sharpen.py 100% <100%> (ø)

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 2b7e751...03b5449. Read the comment docs.