smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.82k stars 433 forks source link

multicast: use a single map for both ipv4 and ipv6. #976

Closed Dirbaio closed 3 months ago

Dirbaio commented 3 months ago

Advantages:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 81.81818% with 8 lines in your changes missing coverage. Please review.

Project coverage is 79.27%. Comparing base (dc08e0b) to head (4990fb9). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/iface/interface/igmp.rs 78.94% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #976 +/- ## ======================================= Coverage 79.27% 79.27% ======================================= Files 81 81 Lines 26918 26926 +8 ======================================= + Hits 21339 21346 +7 - Misses 5579 5580 +1 ```

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