-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add pathfinding endpoint for train schedule V2 #6753
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #6753 +/- ##
============================================
- Coverage 28.27% 28.26% -0.02%
- Complexity 2177 2179 +2
============================================
Files 1048 1049 +1
Lines 129976 130290 +314
Branches 2577 2578 +1
============================================
+ Hits 36756 36820 +64
- Misses 91731 91981 +250
Partials 1489 1489
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f0b60b9
to
0cad0d3
Compare
e9dcb31
to
61b02e4
Compare
d6163b5
to
9073b8c
Compare
9073b8c
to
871550e
Compare
c63e745
to
cb1189f
Compare
cb1189f
to
08b964d
Compare
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.
Overall it looks good. We should add some documentation on all pathfinding.rs
functions.
5f4401d
to
a621683
Compare
0614e02
to
0385953
Compare
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.
Mostly lgtm, a few changes and cosmetic remarks:
936833e
to
0af75fa
Compare
0af75fa
to
4859f1d
Compare
- Replace NonBlankString to Identifier - Fix Identifier implementation of ToSchema
4859f1d
to
7d5fdf1
Compare
Co-authored-by: Florian Amsallem <[email protected]>
7d5fdf1
to
a76e77a
Compare
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
close #6740