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: fix pathfinding waypoints at track transitions #6071

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

eckter
Copy link
Contributor

@eckter eckter commented Dec 7, 2023

Fix #6068

@eckter eckter requested a review from a team as a code owner December 7, 2023 14:29
@eckter eckter requested a review from multun December 7, 2023 14:29
@eckter eckter force-pushed the ech/fix-missing-op branch from d2608a9 to 40ddf7d Compare December 7, 2023 14:32
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (746bfcc) 26.55% compared to head (40ddf7d) 26.54%.
Report is 2 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #6071      +/-   ##
============================================
- Coverage     26.55%   26.54%   -0.01%     
- Complexity     2117     2118       +1     
============================================
  Files           931      931              
  Lines        122904   122892      -12     
  Branches       2670     2664       -6     
============================================
- Hits          32633    32623      -10     
  Misses        88693    88693              
+ Partials       1578     1576       -2     
Flag Coverage Δ
core 78.94% <100.00%> (-0.03%) ⬇️
editoast 74.66% <ø> (+<0.01%) ⬆️
front 9.31% <ø> (+<0.01%) ⬆️
gateway 2.75% <ø> (ø)

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.

@eckter eckter added this pull request to the merge queue Dec 7, 2023
Merged via the queue into dev with commit d9c2c2e Dec 7, 2023
@eckter eckter deleted the ech/fix-missing-op branch December 7, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core: pathfinding: tracks/waypoints aren't included when they are at the edge of the last track
2 participants