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 "Polynomials" to "0.8" #63

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the Polynomials package from 0.5, 0.6, 0.7 to 0.5, 0.6, 0.7, 0.8.

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 #63 into master will increase coverage by 0.53%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   96.79%   97.32%   +0.53%     
==========================================
  Files          20       20              
  Lines         187      187              
==========================================
+ Hits          181      182       +1     
+ Misses          6        5       -1     
Impacted Files Coverage Δ
src/algorithms/adaptive_threshold.jl 100.00% <0.00%> (+4.16%) :arrow_up:

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 75b7965...1002914. Read the comment docs.