JuliaImages / ImageSegmentation.jl

Partitioning images into meaningful regions
Other
47 stars 23 forks source link

changes for precompilation in Julia 1.0 #28

Closed lucianolorenti closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   97.46%   97.46%           
=======================================
  Files           9        9           
  Lines         513      513           
=======================================
  Hits          500      500           
  Misses         13       13
Impacted Files Coverage Δ
src/meanshift.jl 100% <ø> (ø) :arrow_up:
src/region_growing.jl 100% <100%> (ø) :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 c0fbc88...98ff028. Read the comment docs.

timholy commented 5 years ago

Thanks!