-
Notifications
You must be signed in to change notification settings - Fork 669
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_objects_of_interest_marker_interface): fix bugprone-branch-clone #9671
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:
|
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.
@kobayu858 I want to keep this skipped with a ignore lint comment, since the meaning of GRAY
gets unclear
Signed-off-by: kobayu858 <[email protected]>
@soblin |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9671 +/- ##
=======================================
Coverage 29.82% 29.83%
=======================================
Files 1443 1447 +4
Lines 108599 108626 +27
Branches 42667 42665 -2
=======================================
+ Hits 32395 32405 +10
- Misses 73024 73038 +14
- Partials 3180 3183 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@soblin |
...g/autoware_objects_of_interest_marker_interface/src/objects_of_interest_marker_interface.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: kobayu858 <[email protected]>
…ch-clone (autowarefoundation#9671) 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.