JuliaImages / ImageSmooth.jl

Image smoothing algorithms
MIT License
7 stars 1 forks source link

docs system clean up and add README gallery #12

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago
preview.png
codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@06140e0). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master       #12   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         2           
  Lines             ?       109           
  Branches          ?         0           
==========================================
  Hits              ?       109           
  Misses            ?         0           
  Partials          ?         0           

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 06140e0...5580db0. Read the comment docs.

johnnychen94 commented 3 years ago

The 1.0 failure is due to old Pkg resolving issue that it can't successfully resolve versions for ImageFiltering v0.7. Once other packages (e.g,. https://github.com/JuliaImages/ImageQualityIndexes.jl/pull/39) are compatible with ImageFiltering v0.7 this failure will disappear.