-
Notifications
You must be signed in to change notification settings - Fork 53
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(path_generator): add tests #215
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
this PR rquires porting |
4e8379f
to
1d60923
Compare
1d60923
to
99f1633
Compare
@takayuki5168 @satoshi-ota |
planning/autoware_path_generator/test/test_path_generator_node_interface.cpp
Outdated
Show resolved
Hide resolved
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.
Looks good to me.
* add tests Signed-off-by: mitukou1109 <[email protected]> * adapt test to new test manager Signed-off-by: mitukou1109 <[email protected]> * migrate to autoware_internal_planning_msgs Signed-off-by: mitukou1109 <[email protected]> * use intersection map for unit tests Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> fix pre-commit Signed-off-by: kosuke55 <[email protected]> fix pre-commit Signed-off-by: kosuke55 <[email protected]>
…_interface.cpp Signed-off-by: kosuke55 <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
939c871
to
562d83d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
==========================================
- Coverage 78.75% 7.62% -71.14%
==========================================
Files 11 118 +107
Lines 193 9855 +9662
Branches 73 1138 +1065
==========================================
+ Hits 152 751 +599
- Misses 11 8995 +8984
- Partials 30 109 +79
☔ View full report in Codecov by Sentry. |
* test(path_generator): add tests * add tests Signed-off-by: mitukou1109 <[email protected]> * adapt test to new test manager Signed-off-by: mitukou1109 <[email protected]> * migrate to autoware_internal_planning_msgs Signed-off-by: mitukou1109 <[email protected]> * use intersection map for unit tests Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> fix pre-commit Signed-off-by: kosuke55 <[email protected]> fix pre-commit Signed-off-by: kosuke55 <[email protected]> * Update planning/autoware_path_generator/test/test_path_generator_node_interface.cpp Signed-off-by: kosuke55 <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Signed-off-by: kosuke55 <[email protected]> * fix for latest Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: Mitsuhiro Sakamoto <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
Description
This PR adds tests to
autoware_path_generator
package.this PR rquires porting
autoware_test_utils
to coreRelated links
Parent Issue:
How was this PR tested?
gives the following result:
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.