-
Notifications
You must be signed in to change notification settings - Fork 646
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(system_monitor): fix unreadVariable #8372
fix(system_monitor): fix unreadVariable #8372
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 #8372 +/- ##
==========================================
- Coverage 23.73% 0.00% -23.74%
==========================================
Files 1378 46 -1332
Lines 101354 2985 -98369
Branches 38503 456 -38047
==========================================
- Hits 24057 0 -24057
+ Misses 74828 2985 -71843
+ Partials 2469 0 -2469
☔ View full report in Codecov by Sentry. |
fix:unreadVariable Signed-off-by: kobayu858 <[email protected]>
fix:unreadVariable Signed-off-by: kobayu858 <[email protected]>
fix:unreadVariable Signed-off-by: kobayu858 <[email protected]> Signed-off-by: xtk8532704 <[email protected]>
Description
This is a fix based on cppcheck unreadVariable warnings.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.