-
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
test(autoware_behavior_velocity_planner_common): refactor and test autoware_behavior_velocity_planner_common #9551
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…toware_behavior_velocity_planner_common Signed-off-by: Y.Hisaki <[email protected]>
6da9565
to
cebe79b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9551 +/- ##
==========================================
+ Coverage 29.50% 29.61% +0.10%
==========================================
Files 1445 1451 +6
Lines 108571 108611 +40
Branches 41425 41430 +5
==========================================
+ Hits 32037 32162 +125
+ Misses 73412 73314 -98
- Partials 3122 3135 +13
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Y.Hisaki <[email protected]>
1c2fa67
to
21561d5
Compare
…_common Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Description
Refactor code and add unit test.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.