Skip to content
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 warning on route ending on non route delimiting signal in block generation #10426

Merged

Conversation

Synar
Copy link
Contributor

@Synar Synar commented Jan 16, 2025

Close #4606

We only check that route ends on Nf signals (or more generally route delimiting signal), not whether they start on it

@Synar Synar requested a review from a team as a code owner January 16, 2025 23:50
@Synar Synar requested a review from Khoyo January 16, 2025 23:50
@github-actions github-actions bot added the area:core Work on Core Service label Jan 16, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.77%. Comparing base (2950b2f) to head (2ba1ecb).
Report is 6 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #10426      +/-   ##
==========================================
- Coverage   81.78%   81.77%   -0.01%     
==========================================
  Files        1073     1073              
  Lines      106577   106578       +1     
  Branches      731      731              
==========================================
- Hits        87162    87158       -4     
- Misses      19376    19381       +5     
  Partials       39       39              
Flag Coverage Δ
editoast 74.20% <ø> (-0.02%) ⬇️
front 89.34% <ø> (+<0.01%) ⬆️
gateway 2.18% <ø> (ø)
osrdyne 3.28% <ø> (ø)
railjson_generator 87.50% <ø> (ø)
tests 87.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Khoyo Khoyo requested a review from a team as a code owner January 17, 2025 10:59
@github-actions github-actions bot added the area:ci Work on Continous Integration Pipeline Service label Jan 17, 2025
@Khoyo Khoyo force-pushed the ali/add-warning-route-ending-non-nf-signal-in-core-block-gen branch 3 times, most recently from 234343b to 5e8b34f Compare January 17, 2025 14:09
@github-actions github-actions bot removed the area:ci Work on Continous Integration Pipeline Service label Jan 17, 2025
@Synar Synar requested a review from eckter January 20, 2025 13:08
@Synar Synar force-pushed the ali/add-warning-route-ending-non-nf-signal-in-core-block-gen branch from e819260 to b7dba3c Compare January 20, 2025 22:27
@Synar Synar enabled auto-merge January 20, 2025 22:27
…lock generation

Signed-off-by: Alice Khoudli <alice.khoudli@polytechnique.org>
@Synar Synar force-pushed the ali/add-warning-route-ending-non-nf-signal-in-core-block-gen branch from b7dba3c to 2ba1ecb Compare January 21, 2025 18:45
@Synar Synar added this pull request to the merge queue Jan 21, 2025
Merged via the queue into dev with commit 4b20e3c Jan 21, 2025
27 checks passed
@Synar Synar deleted the ali/add-warning-route-ending-non-nf-signal-in-core-block-gen branch January 21, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core Work on Core Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core: the block generator does not ensure routes are bounded by appropriate signals
4 participants