-
Notifications
You must be signed in to change notification settings - Fork 682
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(out_of_lane): fix noConstructor cppcheck warning #8636
fix(out_of_lane): fix noConstructor cppcheck warning #8636
Conversation
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8636 +/- ##
==========================================
- Coverage 24.10% 24.10% -0.01%
==========================================
Files 1400 1404 +4
Lines 102442 102474 +32
Branches 38918 38918
==========================================
+ Hits 24695 24699 +4
- Misses 75213 75241 +28
Partials 2534 2534
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ion#8636) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ion#8636) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ion#8636) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ion#8636) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Description
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.