-
Notifications
You must be signed in to change notification settings - Fork 59
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
Tests need to include message types they are using #375
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #375 +/- ##
=======================================
Coverage 72.62% 72.62%
=======================================
Files 36 36
Lines 4947 4947
=======================================
Hits 3593 3593
Misses 1354 1354
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one boolean header missing, otherwise LGTM
@@ -19,7 +19,9 @@ | |||
|
|||
#include <gz/msgs/image.pb.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgs::Boolean ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I can't really detect the things that are already pulled in transitively.
Signed-off-by: Michael Carroll <[email protected]>
Many sensor tests didn't actually include the headers that they were using. This breaks with the new message generation (we are probably transitively including less).