mbehr1 / adlt

Library and tools to handle automotive DLT (diagnostic log- and trace-) files in Rust.
7 stars 3 forks source link

feat(unzip): add feature unzip using libarchive #146

Closed mbehr1 closed 1 month ago

mbehr1 commented 3 months ago

First commit to test build / link in CI.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 86.27168% with 190 lines in your changes missing coverage. Please review.

Project coverage is 83.12%. Comparing base (0aa3c71) to head (60991d4).

Files Patch % Lines
src/utils/unzip.rs 86.58% 99 Missing :warning:
src/bin/adlt/remote.rs 80.76% 55 Missing :warning:
src/bin/adlt/convert.rs 75.67% 18 Missing :warning:
src/utils/cloneable_seekable_reader.rs 93.75% 6 Missing :warning:
src/utils/progress.rs 91.78% 6 Missing :warning:
src/utils/seekablechain.rs 94.17% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #146 +/- ## ========================================== + Coverage 82.74% 83.12% +0.38% ========================================== Files 33 37 +4 Lines 13580 14858 +1278 ========================================== + Hits 11237 12351 +1114 - Misses 2343 2507 +164 ```

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