nicholasbishop / ext4-view-rs

Rust library for reading ext2/ext4 filesystems
https://crates.io/crates/ext4-view
Apache License 2.0
8 stars 2 forks source link

test_data: Add initial files #24

Closed nicholasbishop closed 4 months ago

nicholasbishop commented 4 months ago

The files were generated by running cargo xtask create-test-data. The output is not 100% deterministic, so the files are committed to the repo to ensure that everyone has the same test data. The files are stored with git-lfs, so they won't bloat the repo.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.00%. Comparing base (25d6ef6) to head (eff9ef5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= Coverage 60.00% 60.00% ======================================= Files 2 2 Lines 50 50 ======================================= Hits 30 30 Misses 20 20 ```

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