conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Fix Hop Time Fixes #176

Closed ansoncfit closed 6 years ago

ansoncfit commented 6 years ago

Follow-up to #173. The realStopIndex should be incremented if the stop is a realStop (i.e. not auto generated).

codecov-io commented 6 years ago

Codecov Report

Merging #176 into dev will decrease coverage by 0.06%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #176      +/-   ##
============================================
- Coverage     19.61%   19.54%   -0.07%     
  Complexity       75       75              
============================================
  Files            58       58              
  Lines          2126     2133       +7     
  Branches        188      192       +4     
============================================
  Hits            417      417              
- Misses         1690     1697       +7     
  Partials         19       19
Impacted Files Coverage Δ Complexity Δ
...ava/com/conveyal/taui/models/ModificationStop.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...va/com/conveyal/taui/models/AbstractTimetable.java 2.94% <0%> (-0.77%) 1% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4225c39...f91c74f. Read the comment docs.