JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
550 stars 85 forks source link

define Base.keytype for JLDFile #352

Closed JonasIsensee closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #352 (f3ad536) into master (784a8c8) will decrease coverage by 0.41%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #352      +/-   ##
==========================================
- Coverage   85.87%   85.46%   -0.42%     
==========================================
  Files          28       28              
  Lines        2888     2930      +42     
==========================================
+ Hits         2480     2504      +24     
- Misses        408      426      +18     
Impacted Files Coverage Δ
src/JLD2.jl 89.44% <100.00%> (+0.11%) :arrow_up:
src/groups.jl 83.22% <100.00%> (+0.21%) :arrow_up:
src/misc.jl 91.11% <0.00%> (-4.13%) :arrow_down:
src/dataspaces.jl 89.65% <0.00%> (-3.21%) :arrow_down:
src/stdlib.jl 94.11% <0.00%> (-2.86%) :arrow_down:
src/Lookup3.jl 75.30% <0.00%> (-1.91%) :arrow_down:
src/datasets.jl 89.21% <0.00%> (-1.87%) :arrow_down:
src/bufferedio.jl 86.36% <0.00%> (-1.74%) :arrow_down:
src/mmapio.jl 89.93% <0.00%> (-1.56%) :arrow_down:
src/compression.jl 93.98% <0.00%> (-0.68%) :arrow_down:
... and 8 more

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 784a8c8...f3ad536. Read the comment docs.