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

Fix the style checking in CI #37

Merged
merged 1 commit into from
Aug 30, 2021
Merged

Fix the style checking in CI #37

merged 1 commit into from
Aug 30, 2021

Conversation

mxgrey
Copy link
Contributor

@mxgrey mxgrey commented Aug 30, 2021

It turns out that style checking wasn't quite working correctly for the rmf_visualization C++ libraries. This PR fixes that by making sure that colcon knows rmf_cmake_uncrustify is needed for testing.

Signed-off-by: Michael X. Grey <grey@openrobotics.org>
@mxgrey mxgrey added this to In Review in Research & Development Aug 30, 2021
@codecov
Copy link

codecov bot commented Aug 30, 2021

Codecov Report

Merging #37 (99d0037) into main (575cdf1) will not change coverage.
The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main     #37   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         21      21           
  Lines       4229    4230    +1     
=====================================
- Misses      4229    4230    +1     
Flag Coverage Δ
tests 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rmf_visualization_rviz2_plugins/src/DoorPanel.cpp 0.00% <0.00%> (ø)
rmf_visualization_rviz2_plugins/src/LiftPanel.cpp 0.00% <0.00%> (ø)
..._visualization_rviz2_plugins/src/SchedulePanel.cpp 0.00% <0.00%> (ø)
...rc/rmf_visualization_schedule/TrajectoryServer.cpp 0.00% <0.00%> (ø)

Copy link
Member

@Yadunund Yadunund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this 🙇🏼‍♂️

@Yadunund Yadunund merged commit bd3fa6b into main Aug 30, 2021
@Yadunund Yadunund deleted the fix/style_check branch August 30, 2021 15:20
Research & Development automation moved this from In Review to Done Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants