tlnagy / OMETIFF.jl

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

mimic git submodule using plain git command #89

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

This basically mimics the concept of git submodule for our test purposes but works around the Pkg limitation https://github.com/JuliaLang/Pkg.jl/issues/708.

(@v1.7) pkg> activate --temp
  Activating new project at `/var/folders/c0/p23z1x6x3jg_qtqsy_r421y40000gn/T/jl_AqyJHn`

(jl_AqyJHn) pkg> add https://github.com/johnnychen94/OMETIFF.jl.git#jc/no_submodule
...
Precompiling project...
  7 dependencies successfully precompiled in 31 seconds (48 already precompiled)
codecov[bot] commented 3 years ago

Codecov Report

Merging #89 (3d5c714) into master (55b03d3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  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 55b03d3...3d5c714. Read the comment docs.

johnnychen94 commented 3 years ago

The failure in version check is unavoidable since our last version release fails https://github.com/JuliaRegistries/General/pull/40742