mbehr1 / adlt

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

feat: add blf file support #142

Closed mbehr1 closed 4 months ago

mbehr1 commented 4 months ago

and require Seek for get_dlt_message_iterator.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 85.25000% with 59 lines in your changes are missing coverage. Please review.

Project coverage is 82.68%. Comparing base (031c8b4) to head (beb7a33).

Files Patch % Lines
src/utils/blf2dltmsgiterator.rs 82.39% 53 Missing :warning:
src/utils/lowmarkbufreader.rs 94.50% 5 Missing :warning:
src/utils/mod.rs 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ========================================== - Coverage 82.77% 82.68% -0.09% ========================================== Files 32 33 +1 Lines 13122 13591 +469 ========================================== + Hits 10862 11238 +376 - Misses 2260 2353 +93 ```

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