-
Notifications
You must be signed in to change notification settings - Fork 103
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
Minor Misc Fixes #279
Minor Misc Fixes #279
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
==========================================
+ Coverage 91.27% 91.30% +0.02%
==========================================
Files 54 54
Lines 13513 13520 +7
==========================================
+ Hits 12334 12344 +10
+ Misses 1179 1176 -3 |
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.
Looks fine, although I think we should fix the path manipulation (see above).
Co-authored-by: Daniel Fremont <[email protected]>
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.
Looks good!
Description
Adjusts a pruning test to be less difficult and fixes a Webots example to account for a change to the
localPath
function.Issue Link
#261
Checklist
pytest
and/or other meansAdditional Notes
N/A