-
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
tests: add ETCS braking curve integration tests for stops only #10294
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 #10294 +/- ##
==========================================
+ Coverage 81.81% 81.82% +0.01%
==========================================
Files 1073 1073
Lines 106718 106829 +111
Branches 730 730
==========================================
+ Hits 87306 87413 +107
- Misses 19373 19377 +4
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3e87ad4
to
53afcc1
Compare
53afcc1
to
b591d07
Compare
7eb5f9d
to
5454881
Compare
5454881
to
396fcc4
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.
Ticks all the EoA test cases. This will probably be affected by incoming SvL code changes, kinda depends on how the infra is built.
Thanks for that!
* Added the final stop to get a final braking curve on small-infra tests. Signed-off-by: Pierre-Etienne Bougué <bougue.pe@proton.me>
Nothing more in this commit Signed-off-by: Pierre-Etienne Bougué <bougue.pe@proton.me>
Signed-off-by: Pierre-Etienne Bougué <bougue.pe@proton.me>
- move create fn to dedicated module - add signaling_system param Signed-off-by: Pierre-Etienne Bougué <bougue.pe@proton.me>
22ab1ab
to
a66cba2
Compare
🔍 review by commit is advised (especially the infra-generation part)
Fixes #10298
Fixes part of #10495