-
Notifications
You must be signed in to change notification settings - Fork 95
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
Clean up use of PROJECT_SOURCE_PATH in tests #549
Conversation
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <alejandro@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <alejandro@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## sdf11 #549 +/- ##
=======================================
Coverage 87.46% 87.46%
=======================================
Files 72 72
Lines 10349 10349
=======================================
Hits 9052 9052
Misses 1297 1297 Continue to review full report at Codecov.
|
Signed-off-by: Michael Carroll <michael@openrobotics.org>
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.
LGTM!
🧹 Clean some uses of PROJECT_SOURCE_PATH
This is partially to address compatibility with Bazel builds, but also generally better practice going forward as it handles paths more consistently across operating systems.
Signed-off-by: Michael Carroll michael@openrobotics.org