Skip to content

Conversation

@DzmitryFomchyn
Copy link
Contributor

Added support for turn lane attributes for vehicle type accessibility https://docs.mapbox.com/api/navigation/directions/#lane-object

  "lanes": [
    {
      "access": {
        "designated": ["bicycle"]
      },
    },
  ]

@DzmitryFomchyn DzmitryFomchyn requested a review from a team as a code owner April 10, 2025 17:49
@codecov
Copy link

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.03%. Comparing base (342f3a8) to head (44c076f).
Report is 3 commits behind head on main.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1608      +/-   ##
============================================
- Coverage     78.07%   78.03%   -0.05%     
+ Complexity     1066     1062       -4     
============================================
  Files           158      159       +1     
  Lines          4493     4479      -14     
  Branches        630      626       -4     
============================================
- Hits           3508     3495      -13     
- Misses          714      715       +1     
+ Partials        271      269       -2     
Files with missing lines Coverage Δ
...i/directions/v5/models/InterningStringAdapter.java 100.00% <100.00%> (ø)
...i/directions/v5/models/IntersectionLaneAccess.java 100.00% <100.00%> (ø)
...ox/api/directions/v5/models/IntersectionLanes.java 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DzmitryFomchyn DzmitryFomchyn merged commit 860eb7e into main Apr 11, 2025
3 of 5 checks passed
@DzmitryFomchyn DzmitryFomchyn deleted the df-lanes-attributes branch April 11, 2025 09:10
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.

2 participants