JuliaImages / ImageBinarization.jl

A Julia package of algorithms for analyzing images and automatically binarizing them into background and foreground.
MIT License
35 stars 8 forks source link

CompatHelper: bump compat for "MappedArrays" to "0.3" #71

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the MappedArrays package from 0.2 to 0.2, 0.3.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 4 years ago

Codecov Report

Merging #71 into master will increase coverage by 0.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   97.32%   97.64%   +0.31%     
==========================================
  Files          20       20              
  Lines         187      212      +25     
==========================================
+ Hits          182      207      +25     
  Misses          5        5              
Impacted Files Coverage Δ
src/util.jl 100.00% <0.00%> (ø)
src/algorithms/yen.jl 100.00% <0.00%> (ø)
src/integral_image.jl 100.00% <0.00%> (ø)
src/algorithms/otsu.jl 100.00% <0.00%> (ø)
src/algorithms/entropy.jl 100.00% <0.00%> (ø)
src/algorithms/minimum.jl 100.00% <0.00%> (ø)
src/algorithms/moments.jl 100.00% <0.00%> (ø)
src/algorithms/niblack.jl 100.00% <0.00%> (ø)
src/algorithms/sauvola.jl 100.00% <0.00%> (ø)
src/algorithms/balanced.jl 100.00% <0.00%> (ø)
... and 7 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 d8e47c6...3ba0e2c. Read the comment docs.