tlnagy / OMETIFF.jl

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

Fix crash when attempting to reopen a stream on mmap access #80

Closed tlnagy closed 3 years ago

tlnagy commented 3 years ago

introduced in #76 and wasn't caught due a gap in coverage

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (84f30cb) into master (9610f96) will increase coverage by 0.57%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   95.07%   95.65%   +0.57%     
==========================================
  Files           6        6              
  Lines         345      345              
==========================================
+ Hits          328      330       +2     
+ Misses         17       15       -2     
Impacted Files Coverage Δ
src/mmap.jl 90.90% <100.00%> (+9.09%) :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 9610f96...84f30cb. Read the comment docs.