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

Add error module #25

Closed nicholasbishop closed 4 months ago

nicholasbishop commented 4 months ago

This module contains Ext4Error type, which is used for all Ext4 operations. It is similar in spirit to std::io::Error.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 70 lines in your changes missing coverage. Please review.

Project coverage is 25.00%. Comparing base (25d6ef6) to head (4c74e61).

Files Patch % Lines
src/error.rs 0.00% 70 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## =========================================== - Coverage 60.00% 25.00% -35.00% =========================================== Files 2 3 +1 Lines 50 120 +70 =========================================== Hits 30 30 - Misses 20 90 +70 ```

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

nicholasbishop commented 4 months ago

phew that codecov bot sure did spam a lot of noise into the diff, I may want to turn that off

tedbrandston commented 4 months ago

I assume the codecov will settle down once a few more things are merged?

nicholasbishop commented 4 months ago

I've disabled the codecov github app for now, but the action to upload to codecov is still in place. That gives me the part I actually care about, which is the per-dir/file coverage view here: https://app.codecov.io/gh/nicholasbishop/ext4-view-rs