-
Notifications
You must be signed in to change notification settings - Fork 809
refactor(raw vehicle cmd converter): removal of unnecessary variables and addition of private modifiers #11606
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
base: main
Are you sure you want to change the base?
refactor(raw vehicle cmd converter): removal of unnecessary variables and addition of private modifiers #11606
Conversation
Signed-off-by: Autumn60 <[email protected]>
Signed-off-by: Autumn60 <[email protected]>
Signed-off-by: Autumn60 <[email protected]>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11606 +/- ##
==========================================
+ Coverage 17.79% 17.95% +0.15%
==========================================
Files 1747 1742 -5
Lines 122072 121209 -863
Branches 42813 42748 -65
==========================================
+ Hits 21727 21766 +39
+ Misses 82137 81400 -737
+ Partials 18208 18043 -165
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Removal of unused variables and addition of private modifiers.
Related links
None
How was this PR tested?
build-and-test CI result
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.