JuliaImages / ImageTransformations.jl

Geometric transformations on images for Julia
Other
46 stars 27 forks source link

CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) #157

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the Interpolations package from 0.13.4 to 0.13.4, 0.14. 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 2 years ago

Codecov Report

Merging #157 (3cdd422) into master (631d63b) will decrease coverage by 0.18%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   90.00%   89.81%   -0.19%     
==========================================
  Files           8        8              
  Lines         220      216       -4     
==========================================
- Hits          198      194       -4     
  Misses         22       22              
Impacted Files Coverage Δ
src/autorange.jl 93.18% <0.00%> (-0.16%) :arrow_down:
src/warp.jl 96.29% <0.00%> (-0.14%) :arrow_down:
src/resizing.jl 100.00% <0.00%> (ø)

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 631d63b...3cdd422. Read the comment docs.

johnnychen94 commented 2 years ago

The failure on nightly seems unrelated (https://github.com/JuliaArrays/EndpointRanges.jl/pull/25), so I'm merging it anyway.