JuliaIO / JLD2.jl

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

move test files to separate repo #449

Closed JonasIsensee closed 1 year ago

JonasIsensee commented 1 year ago

Following the suggestions in #443 this PR moves all testing (data) files to a separate repository and downloads them on demand via the artifacts system.

(Should move repo to JuliaIO prior to merging)

@SomeoneWhoHasDoneThisBefore: Can you please have a look if this is good? In particular, I'm not sure if using github releases to bundle the files into a single artifact is a good idea.

codecov[bot] commented 1 year ago

Codecov Report

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

Coverage data is based on head (2c30af7) compared to base (5cda06d). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #449 +/- ## ========================================== - Coverage 83.45% 83.45% -0.01% ========================================== Files 30 30 Lines 4135 4134 -1 ========================================== - Hits 3451 3450 -1 Misses 684 684 ``` | [Impacted Files](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/bufferedio.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2J1ZmZlcmVkaW8uamw=) | `85.22% <0.00%> (-1.14%)` | :arrow_down: | | [src/mmapio.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL21tYXBpby5qbA==) | `79.59% <0.00%> (-0.82%)` | :arrow_down: | | [src/misc.jl](https://codecov.io/gh/JuliaIO/JLD2.jl/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL21pc2Muamw=) | `76.82% <0.00%> (+2.43%)` | :arrow_up: | 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.