tlnagy / OMETIFF.jl

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

switch to using uuids and internal names for file tracking #62

Closed tlnagy closed 4 years ago

tlnagy commented 4 years ago

mostly fixes #14 except for when multiple file OME-TIFFs are renamed

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will decrease coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   93.77%   93.68%   -0.09%     
==========================================
  Files           6        6              
  Lines         289      301      +12     
==========================================
+ Hits          271      282      +11     
- Misses         18       19       +1
Impacted Files Coverage Δ
src/loader.jl 98.43% <100%> (ø) :arrow_up:
src/files.jl 93.38% <100%> (-0.32%) :arrow_down:
src/parsing.jl 97.01% <100%> (+0.13%) :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 b9475f4...fe53667. Read the comment docs.