-
Notifications
You must be signed in to change notification settings - Fork 691
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_universe_utils): fix constParameterReference #7882
fix(autoware_universe_utils): fix constParameterReference #7882
Conversation
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…erReference_com-1
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…om:team-emb4/autoware.universe into fix/cppcheck_constParameterReference_com-1
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7882 +/- ##
==========================================
- Coverage 28.44% 27.99% -0.46%
==========================================
Files 1591 1644 +53
Lines 116213 119098 +2885
Branches 49613 50137 +524
==========================================
+ Hits 33059 33336 +277
- Misses 74141 76654 +2513
- Partials 9013 9108 +95
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…undation#7882) * fix: constParameterReference Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix: constParameterReference Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on cppcheck constParameterReference warnings
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.