JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 51 forks source link

docs: fix build warnings and run doctest as unit test #234

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

Will merge once test passes and then tag a new release

codecov[bot] commented 2 years ago

Codecov Report

Merging #234 (a0af38e) into master (44d08b2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   92.14%   92.14%           
=======================================
  Files          12       12           
  Lines        1642     1642           
=======================================
  Hits         1513     1513           
  Misses        129      129           
Impacted Files Coverage Δ
src/borderarray.jl 93.33% <ø> (ø)
src/extrema.jl 100.00% <ø> (ø)
src/imfilter.jl 92.10% <ø> (ø)
src/kernel.jl 99.23% <ø> (ø)
src/mapwindow.jl 86.90% <ø> (ø)
src/models.jl 100.00% <ø> (ø)
src/utils.jl 88.05% <ø> (ø)

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 44d08b2...a0af38e. Read the comment docs.

timholy commented 2 years ago

Thanks for fixing this!