-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Extract journey request from RouteRequest #4446
Conversation
Co-authored-by: bartosz <[email protected]> Co-authored-by: Thomas Gran <[email protected]> Co-authored-by: Hannes Junnila <[email protected]>
Co-authored-by: bartosz <[email protected]> Co-authored-by: Thomas Gran <[email protected]> Co-authored-by: Hannes Junnila <[email protected]>
…d VehicleRentalRequest
01b7dd1
to
efda68f
Compare
249b020
to
56b8200
Compare
Codecov ReportBase: 58.43% // Head: 58.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #4446 +/- ##
=============================================
+ Coverage 58.43% 58.49% +0.05%
- Complexity 11386 11425 +39
=============================================
Files 1501 1508 +7
Lines 59814 59954 +140
Branches 6832 6831 -1
=============================================
+ Hits 34954 35068 +114
- Misses 22792 22827 +35
+ Partials 2068 2059 -9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I merged this with one approval, since we had two approvals before @hannesj merged the dev-2.x into this PR. |
Summary
This is a refactor of the RoutingRequest
Issue
Contiues from #4426
closes #4156