-
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_image_transport_decompressor): fix bugprone-branch-clone #9724
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.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9724 +/- ##
=======================================
Coverage 29.74% 29.74%
=======================================
Files 1443 1443
Lines 108681 108673 -8
Branches 42663 42660 -3
=======================================
- Hits 32330 32328 -2
+ Misses 73172 73166 -6
Partials 3179 3179
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…autowarefoundation#9724) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…autowarefoundation#9724) 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.