mozilla / mtu

Rust crate for obtaining the local network interface name and MTU towards a given IP address
https://crates.io/crates/mtu
Apache License 2.0
12 stars 2 forks source link

ci: run tests with sanitizers on linux and MacOS #5

Closed mxinden closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.55%. Comparing base (c732bd2) to head (9bf01aa). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## ========================================== + Coverage 93.43% 94.55% +1.12% ========================================== Files 1 1 Lines 198 202 +4 ========================================== + Hits 185 191 +6 + Misses 13 11 -2 ```

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

larseggert commented 1 month ago

We might want to add this to neqo once it works here.

mxinden commented 1 month ago

We might want to add this to neqo once it works here.

I can follow-up once this pull request is merged here.