[Servo] CI simplification (#1556)#1980
Conversation
sea-bass
left a comment
There was a problem hiding this comment.
Some unused variables in servo_calcs.cpp are failing CI: https://github.com/ros-planning/moveit2/actions/runs/4297760551/jobs/7491129793#step:12:5214
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## humble #1980 +/- ##
==========================================
+ Coverage 50.93% 50.95% +0.02%
==========================================
Files 381 382 +1
Lines 31884 31878 -6
==========================================
+ Hits 16238 16240 +2
+ Misses 15646 15638 -8
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
d64301c to
3a7ba61
Compare
|
Did anything change compared to #1556? Please use mergify for backports in the future. |
|
@henningkayser No, nothing changed intentionally. It was a difficult rebase, though. I just tested it locally on Humble and all seems good. Roger that on mergify |
Description
Backport #1556 to Humble. The
rclcpp::WallRatechange is the important bug fix