-
Notifications
You must be signed in to change notification settings - Fork 715
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_scenario_selector): fix bugprone-branch-clone #9699
Conversation
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
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 #9699 +/- ##
==========================================
+ Coverage 28.76% 29.82% +1.05%
==========================================
Files 1456 1446 -10
Lines 109131 107475 -1656
Branches 42516 41996 -520
==========================================
+ Hits 31393 32054 +661
+ Misses 74662 72101 -2561
- Partials 3076 3320 +244
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@rej55 @satoshi-ota @shmpwk @taikitanaka3 @TakaHoribe @takayuki5168 @tkimura4 |
…oundation#9699) fix: bugprone-error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…oundation#9699) fix: bugprone-error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
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.