mbehr1 / adlt

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

fix(muniic): default hash, perf, treeItems #111

Closed mbehr1 closed 11 months ago

mbehr1 commented 11 months ago

Use default hash/version 0 if the proper is not found. Use hashmaps and nohasher to improve performance. Add treeItems incl. filter fragments.

codecov[bot] commented 11 months ago

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Comparison is base (5ef228d) 80.28% compared to head (d2a1080) 80.31%.

Files Patch % Lines
src/plugins/muniic.rs 69.29% 35 Missing :warning:
src/plugins/plugin.rs 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ========================================== + Coverage 80.28% 80.31% +0.02% ========================================== Files 27 27 Lines 10912 11012 +100 ========================================== + Hits 8761 8844 +83 - Misses 2151 2168 +17 ```

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