-
Notifications
You must be signed in to change notification settings - Fork 673
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
refactor(behavior_path_planner): common test functions #9963
refactor(behavior_path_planner): common test functions #9963
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
65c9d1f
to
57a7e34
Compare
57a7e34
to
e417a66
Compare
4bfec48
to
2ce4fc1
Compare
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
2ce4fc1
to
c033ba8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9963 +/- ##
==========================================
+ Coverage 29.15% 29.44% +0.28%
==========================================
Files 1423 1425 +2
Lines 107814 107864 +50
Branches 42234 42818 +584
==========================================
+ Hits 31437 31761 +324
+ Misses 73331 73041 -290
- Partials 3046 3062 +16
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
In the same way as behavior_velocity_planner, this PR defined common test functions in behavior_path_planner, and behavior_path_xxx_modules will refer to it to decrease the redundant code.
Related links
How was this PR tested?
Unit test passed.
Notes for reviewers
None.
Interface changes
Only the changes to the unit test
Effects on system behavior
None.