tlnagy / OMETIFF.jl

I/O operations for OME-TIFF files in Julia
Other
24 stars 7 forks source link

CompatHelper: bump compat for "ImageCore" to "0.9" #85

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the ImageCore package from 0.8.1 to 0.8.1, 0.9.

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.

johnnychen94 commented 3 years ago

Bump. It should work now.

johnnychen94 commented 3 years ago

key UUID("6218d12a-5da1-5696-b52f-db25d2ecc6d1") not found

What? It's ImageMagick. I guess it's a Pkg issue.

codecov[bot] commented 3 years ago

Codecov Report

Merging #85 (b077509) into master (79a9bc5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   95.65%   95.65%           
=======================================
  Files           6        6           
  Lines         345      345           
=======================================
  Hits          330      330           
  Misses         15       15           

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 79a9bc5...b077509. Read the comment docs.

tlnagy commented 3 years ago

Reran the tests and everything passed, not sure what the problem was before.