-
Notifications
You must be signed in to change notification settings - Fork 649
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_radar_fusion_to_detected_object): fix variableScope #8429
fix(autoware_radar_fusion_to_detected_object): fix variableScope #8429
Conversation
Signed-off-by: Nagi70 <[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
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8429 +/- ##
==========================================
- Coverage 23.89% 23.69% -0.20%
==========================================
Files 1380 1378 -2
Lines 101584 101368 -216
Branches 38637 38495 -142
==========================================
- Hits 24269 24018 -251
- Misses 74857 74952 +95
+ Partials 2458 2398 -60
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Nagi70 |
@miursh |
…owarefoundation#8429) fix:variableScope Signed-off-by: Nagi70 <[email protected]> Co-authored-by: kobayu858 <[email protected]> Signed-off-by: xtk8532704 <[email protected]>
…owarefoundation#8429) fix:variableScope Signed-off-by: Nagi70 <[email protected]> Co-authored-by: kobayu858 <[email protected]> Signed-off-by: Mukunda Bharatheesha <[email protected]>
…owarefoundation#8429) fix:variableScope Signed-off-by: Nagi70 <[email protected]> Co-authored-by: kobayu858 <[email protected]>
Description
This is a fix based on cppcheck variableScope warnings
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.