-
Notifications
You must be signed in to change notification settings - Fork 684
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(surround_obstacle_checker): add unit tests #9039
Conversation
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: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9039 +/- ##
==========================================
+ Coverage 26.55% 26.61% +0.05%
==========================================
Files 1296 1297 +1
Lines 95711 95713 +2
Branches 38983 39099 +116
==========================================
+ Hits 25419 25474 +55
+ Misses 67725 67671 -54
- Partials 2567 2568 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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.
LGTM
) * refactor: isStopRequired Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * test: write test for isStopRequired Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor: use universe utils Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: shutdown Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: prakash-kannaiah <prakashkanan.pk@gmail.com>
Description
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.