JuliaImages / ImageCore.jl

Julia types for representing images
Other
28 stars 20 forks source link

[CI] fix FFTW version for old Julia versions #163

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

Pkg in old Julia versions are not smart enough to find a compatible path out, so here we manually tell them the right version to make sure CI successfully runs for Julia-1.0.

codecov[bot] commented 3 years ago

Codecov Report

Merging #163 (81895c7) into master (a8f3d2c) will decrease coverage by 11.74%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #163       +/-   ##
===========================================
- Coverage   78.05%   66.31%   -11.75%     
===========================================
  Files          10       10               
  Lines         565      564        -1     
===========================================
- Hits          441      374       -67     
- Misses        124      190       +66     
Impacted Files Coverage Δ
src/precompile.jl 0.00% <0.00%> (-97.78%) :arrow_down:
src/convert_reinterpret.jl 60.00% <0.00%> (-33.34%) :arrow_down:
src/show.jl 70.83% <0.00%> (-29.17%) :arrow_down:
src/ImageCore.jl 69.23% <0.00%> (-1.14%) :arrow_down:
src/colorchannels.jl 49.30% <0.00%> (-0.70%) :arrow_down:
src/deprecations.jl 57.50% <0.00%> (+2.50%) :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 a8f3d2c...81895c7. Read the comment docs.