JuliaImages / DitherPunk.jl

Dithering algorithms in Julia.
MIT License
60 stars 3 forks source link

remove test dependency Images #57

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

It turns out that Images is actually not needed at all.

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (fd25feb) into master (64b6e50) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   96.38%   96.38%           
=======================================
  Files          14       14           
  Lines         221      221           
=======================================
  Hits          213      213           
  Misses          8        8           

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 64b6e50...fd25feb. Read the comment docs.

johnnychen94 commented 2 years ago

All works well.

adrhill commented 2 years ago

Perfect, thanks!