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 more things in parallel and only when needed #23

Closed larseggert closed 2 weeks ago

larseggert commented 3 weeks ago

Similar to what was done for neqo.

Also address a spurious test failure when a privileged port was randomly chosen (since I ran a lot of tests during debugging I managed to hit that.)

TODO: Figure out why the windows_bindgen tests only succeeds when run via llvm-cov. That seems odd.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 92.62%. Comparing base (6f1dd17) to head (a4dc23b). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= Coverage 92.62% 92.62% ======================================= Files 1 1 Lines 244 244 ======================================= Hits 226 226 Misses 18 18 ```

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

larseggert commented 3 weeks ago

@djc any idea why that windows_bindgen test is now failing on some but not all Windows targets?

larseggert commented 2 weeks ago

@djc It looks like codegen_windows_bindings only succeeds when run via llvm-cov?!