smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.75k stars 421 forks source link

fix(ieee): some IEEE802.15.4 frame handling fixes #868

Closed thvdveld closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (36a143d) 79.62% compared to head (9bf6448) 79.63%. Report is 2 commits behind head on main.

Files Patch % Lines
src/wire/ieee802154.rs 84.84% 5 Missing :warning:
src/iface/interface/mod.rs 80.00% 2 Missing :warning:
src/socket/dns.rs 0.00% 1 Missing :warning:
src/socket/udp.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #868 +/- ## ========================================== + Coverage 79.62% 79.63% +0.01% ========================================== Files 78 78 Lines 28043 28066 +23 ========================================== + Hits 22329 22351 +22 - Misses 5714 5715 +1 ```

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