-
Notifications
You must be signed in to change notification settings - Fork 683
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_behavior_velocity_intersection_module): fix bugprone-branch-clone #9702
Conversation
Signed-off-by: kobayu858 <[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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9702 +/- ##
==========================================
+ Coverage 28.76% 29.70% +0.94%
==========================================
Files 1456 1450 -6
Lines 109131 107737 -1394
Branches 42516 42054 -462
==========================================
+ Hits 31393 32005 +612
+ Misses 74662 72595 -2067
- Partials 3076 3137 +61
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@kyoichi-sugahara @soblin @shmpwk @takayuki5168 @tkimura4 @yhisaki |
…nch-clone (autowarefoundation#9702) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…nch-clone (autowarefoundation#9702) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
Description
This is a fix based on clang-tidy
bugprone-branch-clone
error.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.