-
Notifications
You must be signed in to change notification settings - Fork 44
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 image display test #468
Conversation
Signed-off-by: Jenn Nguyen <[email protected]>
a2cd16f
to
dd2bd94
Compare
Codecov Report
@@ Coverage Diff @@
## ign-gui3 #468 +/- ##
============================================
+ Coverage 69.81% 73.51% +3.70%
============================================
Files 29 30 +1
Lines 3273 3270 -3
============================================
+ Hits 2285 2404 +119
+ Misses 988 866 -122
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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 job reviving that test!
Before merging, we just need to fix the visibility on Windows.
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
@ahcorde do you mind taking a second look since I added more tests since @chapulina approved and she's on vacation now |
🦟 Bug fix
Part of gazebosim/gz-sim#1575
Summary
Fixed the
ImageDisplay_TEST
to increase code coverageChecklist
- [ ] Updated documentation (as needed)- [ ] Updated migration guide (as needed)- [ ] Consider updating Python bindings (if the library has them)codecheck
passed (See contributing)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.