JuliaIO / JLD2.jl

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

identity preservation for custom serialized structs #432

Closed JonasIsensee closed 1 year ago

JonasIsensee commented 1 year ago

closes #431 closes #433

codecov[bot] commented 1 year ago

Codecov Report

Base: 84.06% // Head: 84.05% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (8bf2d40) compared to base (0bc6aec). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head 8bf2d40 differs from pull request most recent head bbb32dd. Consider uploading reports for the commit bbb32dd to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #432 +/- ## ========================================== - Coverage 84.06% 84.05% -0.02% ========================================== Files 30 30 Lines 4097 4113 +16 ========================================== + Hits 3444 3457 +13 - Misses 653 656 +3 ``` | [Impacted Files](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/data/custom\_serialization.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/432/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGEvY3VzdG9tX3NlcmlhbGl6YXRpb24uamw=) | `92.00% <100.00%> (+7.38%)` | :arrow_up: | | [src/data/reconstructing\_datatypes.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/432/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGEvcmVjb25zdHJ1Y3RpbmdfZGF0YXR5cGVzLmps) | `76.43% <100.00%> (ø)` | | | [src/data/writing\_datatypes.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/432/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGEvd3JpdGluZ19kYXRhdHlwZXMuamw=) | `96.84% <100.00%> (+0.04%)` | :arrow_up: | | [src/mmapio.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/432/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL21tYXBpby5qbA==) | `90.60% <0.00%> (-1.35%)` | :arrow_down: | | [src/dataio.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/432/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2RhdGFpby5qbA==) | `95.07% <0.00%> (-0.71%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.