-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bug fix release #175
Bug fix release #175
Conversation
landonreed
commented
Jan 4, 2019
•
edited
Loading
edited
- Fixes Editor: pattern stop travel time updates not applied to frequency trip arrival/departure times #165
- Fixes Missing validation check: always increasing stops_times#shape_dist_traveled #163
- Fixes Editor: Frequency entries can be added to patterns that do not "use frequencies" #173
- Fixes Arbitrary 2 hour limit on frequencies#headway_secs #148
- Refs Add shapeId to already existing trips ibi-group/datatools-ui#385 (UI change needed for final fix)
- Makes progress towards Validator: parity with Google transitfeed feedvalidator #167
- Codecov fix for release commits (runs after semantic release)
…r trips This refactor includes a check for Pattern#useFrequency when either a pattern is updated or trips are updated in order to appropriately trigger other behaviors (for example, keeping stop times in sync with patter stops travel times or disallowing frequency entries for timetable-based patterns). fixes #173
Conflicts: src/test/java/com/conveyal/gtfs/GTFSTest.java
Fix bad date NPE
Validate stop names and trip headsigns
Update trip#shape_id and frequency stop_times on pattern updates
…raveled Validate stop_time#shape_dist_traveled
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
=========================================
Coverage ? 57.21%
Complexity ? 791
=========================================
Files ? 144
Lines ? 7276
Branches ? 845
=========================================
Hits ? 4163
Misses ? 2773
Partials ? 340
Continue to review full report at Codecov.
|
Increase headway seconds max to 6 hours
this way it will upload a report for the code coverage after all the commits made with maven-semantic-release have completed. Codecov looks at the most recent commit to master to compare the next report to, so this is needed for code coverage comparisons on PRs to master.
Run codecov after semantic-release
🎉 This PR is included in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |