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/patch succeeded Dec 23, 2024 in 0s

71.36% of diff hit (target 26.10%)

View this Pull Request on Codecov

71.36% of diff hit (target 26.10%)

Annotations

Check warning on line 66 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L66

Added line #L66 was not covered by tests

Check warning on line 148 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 152 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L151-L152

Added lines #L151 - L152 were not covered by tests

Check warning on line 155 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L155

Added line #L155 was not covered by tests

Check warning on line 391 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L391

Added line #L391 was not covered by tests

Check warning on line 393 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L393

Added line #L393 was not covered by tests

Check warning on line 395 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L395

Added line #L395 was not covered by tests

Check warning on line 399 in nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_common/connections/udp.hpp#L397-L399

Added lines #L397 - L399 were not covered by tests

Check warning on line 39 in nebula_hw_interfaces/test/common/test_udp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/test/common/test_udp.cpp#L39

Added line #L39 was not covered by tests

Check warning on line 41 in nebula_hw_interfaces/test/common/test_udp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

nebula_hw_interfaces/test/common/test_udp.cpp#L41

Added line #L41 was not covered by tests