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

Support multiple profiles routing service #551

Merged
merged 11 commits into from
Feb 14, 2025

Merge branch 'master' into feature/multiple-modes-routing-service

5ebe295
Select commit
Loading
Failed to load commit list.
Merged

Support multiple profiles routing service #551

Merge branch 'master' into feature/multiple-modes-routing-service
5ebe295
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 14, 2025 in 0s

77.04% of diff hit (target 76.52%)

View this Pull Request on Codecov

77.04% of diff hit (target 76.52%)

Annotations

Check warning on line 32 in src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java#L32

Added line #L32 was not covered by tests

Check warning on line 40 in src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java#L40

Added line #L40 was not covered by tests

Check warning on line 44 in src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java#L44

Added line #L44 was not covered by tests

Check warning on line 48 in src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/graphql/fetchers/RoutingFetcher.java#L48

Added line #L48 was not covered by tests

Check warning on line 34 in src/main/java/no/entur/uttu/routing/DefaultRoutingService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/routing/DefaultRoutingService.java#L34

Added line #L34 was not covered by tests

Check warning on line 41 in src/main/java/no/entur/uttu/routing/osrm/OsrmConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/routing/osrm/OsrmConfiguration.java#L41

Added line #L41 was not covered by tests

Check warning on line 44 in src/main/java/no/entur/uttu/routing/osrm/OsrmConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/routing/osrm/OsrmConfiguration.java#L44

Added line #L44 was not covered by tests

Check warning on line 49 in src/main/java/no/entur/uttu/routing/osrm/OsrmConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/routing/osrm/OsrmConfiguration.java#L49

Added line #L49 was not covered by tests

Check warning on line 22 in src/main/java/no/entur/uttu/routing/osrm/OsrmProfile.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/routing/osrm/OsrmProfile.java#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 30 in src/main/java/no/entur/uttu/routing/osrm/OsrmProfile.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/no/entur/uttu/routing/osrm/OsrmProfile.java#L29-L30

Added lines #L29 - L30 were not covered by tests