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

refactor path pruning for not_thru/destonly/closures #4638

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

forgot to add back dest_only to default constructor

b71e92b
Select commit
Failed to load commit list.
Open

refactor path pruning for not_thru/destonly/closures #4638

forgot to add back dest_only to default constructor
b71e92b
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 20, 2024 in 0s

90.95% of diff hit (target 88.55%)

View this Pull Request on Codecov

90.95% of diff hit (target 88.55%)

Annotations

Check warning on line 1115 in src/thor/bidirectional_astar.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/bidirectional_astar.cc#L1115

Added line #L1115 was not covered by tests

Check warning on line 921 in src/thor/dijkstras.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/dijkstras.cc#L921

Added line #L921 was not covered by tests

Check warning on line 754 in src/thor/multimodal.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/multimodal.cc#L754

Added line #L754 was not covered by tests

Check warning on line 812 in src/thor/multimodal.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/multimodal.cc#L812

Added line #L812 was not covered by tests

Check warning on line 426 in src/thor/route_matcher.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/route_matcher.cc#L426

Added line #L426 was not covered by tests

Check warning on line 142 in src/thor/timedistancebssmatrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancebssmatrix.cc#L142

Added line #L142 was not covered by tests

Check warning on line 340 in src/thor/timedistancebssmatrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancebssmatrix.cc#L340

Added line #L340 was not covered by tests

Check warning on line 344 in src/thor/timedistancebssmatrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancebssmatrix.cc#L344

Added line #L344 was not covered by tests

Check warning on line 161 in src/thor/timedistancematrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancematrix.cc#L161

Added line #L161 was not covered by tests

Check warning on line 164 in src/thor/timedistancematrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancematrix.cc#L164

Added line #L164 was not covered by tests

Check warning on line 170 in src/thor/timedistancematrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancematrix.cc#L170

Added line #L170 was not covered by tests

Check warning on line 173 in src/thor/timedistancematrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancematrix.cc#L173

Added line #L173 was not covered by tests

Check warning on line 382 in src/thor/timedistancematrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancematrix.cc#L382

Added line #L382 was not covered by tests

Check warning on line 388 in src/thor/timedistancematrix.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/timedistancematrix.cc#L388

Added line #L388 was not covered by tests

Check warning on line 760 in src/thor/unidirectional_astar.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/thor/unidirectional_astar.cc#L760

Added line #L760 was not covered by tests

Check warning on line 63 in src/valhalla_path_comparison.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/valhalla_path_comparison.cc#L63

Added line #L63 was not covered by tests

Check warning on line 144 in src/valhalla_run_route.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/valhalla_run_route.cc#L144

Added line #L144 was not covered by tests

Check warning on line 155 in src/valhalla_run_route.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/valhalla_run_route.cc#L155

Added line #L155 was not covered by tests

Check warning on line 249 in test/gurka/test_conditional_restrictions.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/gurka/test_conditional_restrictions.cc#L249

Added line #L249 was not covered by tests

Check warning on line 526 in test/gurka/test_route.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/gurka/test_route.cc#L526

Added line #L526 was not covered by tests