tlnagy / OMETIFF.jl

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

lower EzXML requirement to 0.4.2 #6

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

tests seem to pass via Pkg.clone("https://github.com/tlnagy/OMETIFF.jl"); Pkg.pin("EzXML",v"0.4.2"); Pkg.test("OMETIFF"); Pkg.free("EzXML")

codecov-io commented 7 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   94.06%   94.06%           
=======================================
  Files           5        5           
  Lines         118      118           
=======================================
  Hits          111      111           
  Misses          7        7

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 d5091ee...01ec8da. Read the comment docs.

tlnagy commented 7 years ago

Thanks!

tkelman commented 7 years ago

could you make the corresponding change in https://github.com/JuliaLang/METADATA.jl/pull/10562/files#diff-2448be7fb334f759720d53af585a7ca4R2? (or amend the tag)

tlnagy commented 7 years ago

I'm waiting for tests to pass on https://github.com/tlnagy/OMETIFF.jl/pull/7, I'll merge that, and then amend the tag once tests pass.

tlnagy commented 7 years ago

Hey @tkelman, I merged that PR and amended the tag. Thanks for your help!