-
Notifications
You must be signed in to change notification settings - Fork 663
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(autoware_velocity_smoother): fix duplicateBreak warning #7699
Conversation
Signed-off-by: Ryuta Kambe <[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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7699 +/- ##
===========================================
+ Coverage 14.84% 18.07% +3.22%
===========================================
Files 1999 485 -1514
Lines 139163 38936 -100227
Branches 43716 11125 -32591
===========================================
- Hits 20661 7038 -13623
+ Misses 95731 30915 -64816
+ Partials 22771 983 -21788
☔ View full report in Codecov by Sentry. |
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.
I didn't know this code causes an error message, but this fix makes sense to me.
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!
This is because |
…foundation#7699) Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…foundation#7699) Signed-off-by: Ryuta Kambe <[email protected]>
…foundation#7699) Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: palas21 <[email protected]>
…foundation#7699) Signed-off-by: Ryuta Kambe <[email protected]>
Signed-off-by: Ryuta Kambe <[email protected]>
Description
This is a fix based on cppcheck
duplicateBreak
warningRelated links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.