gazebosim / gz-transport

Transport library for component communication based on publication/subscription and service calls.
https://gazebosim.org
Apache License 2.0
29 stars 36 forks source link

Fix test failures when run under `colcon test` #483

Closed azeey closed 3 months ago

azeey commented 3 months ago

🦟 Bug fix

Summary

colcon test wasn't working for me because the LD_LIBRARY_PATH environment variable was being overwritten.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 87.74%. Comparing base (eac2e69) to head (3bb6be3). Report is 5 commits behind head on gz-transport13.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## gz-transport13 #483 +/- ## ================================================== + Coverage 87.69% 87.74% +0.04% ================================================== Files 59 59 Lines 5704 5710 +6 ================================================== + Hits 5002 5010 +8 + Misses 702 700 -2 ```

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