-
Notifications
You must be signed in to change notification settings - Fork 658
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(mission_planner): add test of default_planner #9050
test(mission_planner): add test of default_planner #9050
Conversation
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 #9050 +/- ##
==========================================
+ Coverage 26.55% 26.60% +0.04%
==========================================
Files 1296 1303 +7
Lines 95711 95777 +66
Branches 38983 38986 +3
==========================================
+ Hits 25419 25477 +58
- Misses 67725 67738 +13
+ Partials 2567 2562 -5
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I will fix typo |
c82094f
to
1773af4
Compare
Signed-off-by: kosuke55 <[email protected]>
1773af4
to
19a9560
Compare
…n#9050) Signed-off-by: kosuke55 <[email protected]> Signed-off-by: prakash-kannaiah <[email protected]>
Description
add test of default_planner
line converage is
before
after
planned route is like
Related links
Parent Issue:
How was this PR tested?
unit tests
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.