Skip to content

Conversation

@optionsome
Copy link
Member

Summary

Previously we had a coordinate fallback for stops as locations in car searches. This pr adds a similar fallback for stations and multi-modal stations using their coordinate (not child stops').

Issue

Closes #7150

Unit tests

Added tests

Documentation

Not needed

Changelog

From title

@optionsome optionsome added this to the 2.9 (next release) milestone Dec 19, 2025
@optionsome optionsome requested a review from a team as a code owner December 19, 2025 16:50
@optionsome optionsome added the !Bug Apply to issues describing a bug and PRs witch fixes it. label Dec 19, 2025
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

❌ Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.13%. Comparing base (9aa668b) to head (13134b8).
⚠️ Report is 1 commits behind head on dev-2.x.

Files with missing lines Patch % Lines
...outing/linking/configure/LinkingServiceModule.java 0.00% 3 Missing ⚠️
...planner/routing/linking/LinkingContextFactory.java 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             dev-2.x    #7151   +/-   ##
==========================================
  Coverage      72.12%   72.13%           
- Complexity     20837    20841    +4     
==========================================
  Files           2268     2268           
  Lines          84338    84353   +15     
  Branches        8415     8417    +2     
==========================================
+ Hits           60827    60844   +17     
+ Misses         20538    20536    -2     
  Partials        2973     2973           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

!Bug Apply to issues describing a bug and PRs witch fixes it.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Car routing fails if any location in the search is a station

1 participant