smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.63k stars 402 forks source link

Move interface logic into their logical files #889

Closed thvdveld closed 5 months ago

thvdveld commented 5 months ago

This is just cleaning up src/iface/interface/mod.rs making that file more readable and maintainable.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (4877a39) 79.75% compared to head (f25c66d) 79.75%.

Files Patch % Lines
src/iface/interface/ipv4.rs 58.62% 24 Missing :warning:
src/iface/interface/sixlowpan.rs 62.85% 13 Missing :warning:
src/iface/interface/ipv6.rs 88.67% 12 Missing :warning:
src/iface/interface/udp.rs 88.88% 6 Missing :warning:
src/iface/interface/tcp.rs 82.75% 5 Missing :warning:
src/iface/interface/mod.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #889 +/- ## ======================================= Coverage 79.75% 79.75% ======================================= Files 78 80 +2 Lines 28036 28033 -3 ======================================= - Hits 22359 22358 -1 + Misses 5677 5675 -2 ```

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