-
Notifications
You must be signed in to change notification settings - Fork 42
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
Improved Windows support #197
Conversation
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-common3 #197 +/- ##
===============================================
- Coverage 75.16% 75.07% -0.10%
===============================================
Files 72 72
Lines 10237 10260 +23
===============================================
+ Hits 7695 7703 +8
- Misses 2542 2557 +15
Continue to review full report at Codecov.
|
There is an issue removing a TMP_*.mp4 file in one of tests. This is not making the test to fail but I think we can open an issue. Probably this is because the file is not closed. |
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.
Can we add a test for the new functionality?
Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll, should we make this function a method (public or private)? |
We talked offline, this doesn't need to be a public method as it is just fixing tests. Codecov drop is because of Linux vs Windows execution paths. |
Signed-off-by: ahcorde [email protected]
๐งโ๐ญ Improvement
Summary
Improved Windows support. This PR is required here gazebosim/gz-fuel-tools#178
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge