Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nebula_hw_interfaces): better UDP socket #231

Merged
merged 38 commits into from
Dec 23, 2024

fix(udp): make UDP socket object move-constructible to enable things …

0c5e3c0
Select commit
Loading
Failed to load commit list.
Merged

feat(nebula_hw_interfaces): better UDP socket #231

fix(udp): make UDP socket object move-constructible to enable things …
0c5e3c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

27.21% (+1.11%) compared to 3284357

View this Pull Request on Codecov

27.21% (+1.11%) compared to 3284357

Details

Codecov Report

Attention: Patch coverage is 71.36564% with 65 lines in your changes missing coverage. Please review.

Project coverage is 27.21%. Comparing base (3284357) to head (0c5e3c0).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
nebula_hw_interfaces/test/common/test_udp.cpp 59.21% 7 Missing and 24 partials ⚠️
...es/nebula_hw_interfaces_common/connections/udp.hpp 75.60% 14 Missing and 16 partials ⚠️
...ebula_hw_interfaces/test/common/test_udp/utils.hpp 84.00% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
+ Coverage   26.10%   27.21%   +1.11%     
==========================================
  Files         100      104       +4     
  Lines        9218     9458     +240     
  Branches     2215     2322     +107     
==========================================
+ Hits         2406     2574     +168     
- Misses       6423     6449      +26     
- Partials      389      435      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.