-
Notifications
You must be signed in to change notification settings - Fork 45
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
core: add signal projection endpoint for v2 #7304
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7304 +/- ##
============================================
- Coverage 29.10% 29.08% -0.03%
- Complexity 2017 2020 +3
============================================
Files 1133 1137 +4
Lines 139360 139629 +269
Branches 2729 2757 +28
============================================
+ Hits 40559 40608 +49
- Misses 97196 97412 +216
- Partials 1605 1609 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cd14115
to
d600df1
Compare
0a00c9c
to
ca4cfbc
Compare
49b301e
to
a14c14b
Compare
fadf2d5
to
c911ea5
Compare
9bb8ded
to
e1165f3
Compare
997d65f
to
5cd28de
Compare
54207e5
to
e210c3d
Compare
5cd28de
to
9c3dd76
Compare
e210c3d
to
8ac4a8e
Compare
15e179c
to
bcfdb8b
Compare
02dddec
to
f16f390
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.
Some weird stuff that was already weird in the v1, other than that lgtm
core/src/main/kotlin/fr/sncf/osrd/signal_projection/SignalProjectionV2.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/signal_projection/SignalProjectionV2.kt
Outdated
Show resolved
Hide resolved
1417ea8
to
9e125cc
Compare
fa94289
to
1052ae8
Compare
923d2d8
to
5351795
Compare
5351795
to
38c6103
Compare
e1d1488
to
b89f794
Compare
4140eab
to
73db534
Compare
73db534
to
8f3e8ed
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 for the editoast part
Fixes #6856.