Closed kried closed 1 year ago
Merging #799 (2e86464) into main (181580f) will increase coverage by
0.01%
. The diff coverage is84.21%
.
@@ Coverage Diff @@
## main #799 +/- ##
==========================================
+ Coverage 84.25% 84.26% +0.01%
==========================================
Files 57 59 +2
Lines 4872 4888 +16
==========================================
+ Hits 4105 4119 +14
- Misses 767 769 +2
Impacted Files | Coverage Δ | |
---|---|---|
Sources/MapboxDirections/Intersection.swift | 86.12% <76.92%> (-0.27%) |
:arrow_down: |
Sources/MapboxDirections/Interchange.swift | 100.00% <100.00%> (ø) |
|
Sources/MapboxDirections/Junction.swift | 100.00% <100.00%> (ø) |
Added
IC
andJCT
information toIntersection
. Feature parity with Android.