-
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: stdcm: set block to route map even if path ended #7284
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7284 +/- ##
============================================
+ Coverage 28.39% 29.13% +0.73%
+ Complexity 2022 2020 -2
============================================
Files 1148 1137 -11
Lines 139683 139713 +30
Branches 2727 2755 +28
============================================
+ Hits 39669 40701 +1032
+ Misses 98390 97403 -987
+ Partials 1624 1609 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c23092b
to
d7c52a9
Compare
core/src/main/kotlin/fr/sncf/osrd/stdcm/infra_exploration/InfraExplorer.kt
Outdated
Show resolved
Hide resolved
d7c52a9
to
d4f6dd9
Compare
core/src/main/kotlin/fr/sncf/osrd/stdcm/infra_exploration/InfraExplorer.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/stdcm/infra_exploration/InfraExplorer.kt
Show resolved
Hide resolved
We used to not add entries in some cases, and the map was shared across different instances
Small bugfix, the other loop sometimes stops early