gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
169 stars 98 forks source link

Fix symbol checking test when compiled with debug symbols (backport #1474) #1475

Closed mergify[bot] closed 3 months ago

mergify[bot] commented 3 months ago

🦟 Bug fix

Summary

The test that checks for prefixed binary symbols was broken when compiled with DebWithRelInfo since it was checking debugging symbols that broke the heuristics used.

The commit fixes it doing a couple of actions:

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.


This is an automatic backport of pull request #1474 done by Mergify.

codecov[bot] commented 3 months ago

Codecov Report

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

Please upload report for BASE (sdf15@cba2108). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## sdf15 #1475 +/- ## ======================================== Coverage ? 92.47% ======================================== Files ? 138 Lines ? 18322 Branches ? 0 ======================================== Hits ? 16943 Misses ? 1379 Partials ? 0 ```

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