JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
537 stars 84 forks source link

eval-free reconstructed types #476

Closed JonasIsensee closed 11 months ago

JonasIsensee commented 12 months ago

closes #298 closes #37

codecov[bot] commented 12 months ago

Codecov Report

Patch coverage: 11.33% and project coverage change: -8.92% :warning:

Comparison is base (d5b7b1c) 86.06% compared to head (b3a2572) 77.14%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #476 +/- ## ========================================== - Coverage 86.06% 77.14% -8.92% ========================================== Files 31 32 +1 Lines 4169 4700 +531 ========================================== + Hits 3588 3626 +38 - Misses 581 1074 +493 ``` | [Files Changed](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/data/type\_defs.jl](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGEvdHlwZV9kZWZzLmps) | `100.00% <ø> (ø)` | | | [src/metadataview.jl](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL21ldGFkYXRhdmlldy5qbA==) | `0.00% <0.00%> (ø)` | | | [src/datasets.jl](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGFzZXRzLmps) | `91.36% <50.00%> (ø)` | | | [src/data/reconstructing\_datatypes.jl](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGEvcmVjb25zdHJ1Y3RpbmdfZGF0YXR5cGVzLmps) | `80.79% <59.81%> (-1.05%)` | :arrow_down: | | [src/backwards\_compatibility.jl](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2JhY2t3YXJkc19jb21wYXRpYmlsaXR5Lmps) | `36.63% <100.00%> (ø)` | | | [src/data/writing\_datatypes.jl](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGEvd3JpdGluZ19kYXRhdHlwZXMuamw=) | `96.55% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/JuliaIO/JLD2.jl/pull/476/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.