You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
CLI jar is now part of the artifacts in the Package Installers github action. The name is gtfs-validator-cli-[commit short hash] Working example
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the unit tests with gradle test to make sure you didn't break anything
✅ Rule acceptance tests passed.
New Errors: 0 out of 1495 datasets (~0%) are invalid due to code change, which is less than the provided threshold of 1%.
Dropped Errors: 0 out of 1495 datasets (~0%) are invalid due to code change, which is less than the provided threshold of 1%.
New Warnings: 0 out of 1495 datasets (~0%) are invalid due to code change, which is less than the provided threshold of 1%.
Dropped Warnings: 0 out of 1495 datasets (~0%) are invalid due to code change, which is less than the provided threshold of 1%.
16 out of 1511 sources (~1 %) are corrupted.
Corrupted sources:
ae-abu-dhabi-emirate-department-of-municipalities-and-transport-gtfs-1329
ar-buenos-aires-subterraneos-de-buenos-aires-subte-gtfs-6
at-unknown-bean-shuttle-gtfs-859
at-wien-wiener-lokalbahnen-wlb-gtfs-648
au-new-south-wales-byron-easybus-gtfs-666
au-queensland-bowen-gtfs-1167
au-queensland-duffys-buses-and-stewarts-sons-coaches-gtfs-672
au-queensland-haidleys-panoramic-coaches-gtfs-654
au-queensland-mackay-transit-coaches-gtfs-678
au-queensland-sunbus-rockhampton-gtfs-907
au-queensland-translink-brisbane-gtfs-1215
au-tasmania-merseylink-gtfs-1251
au-victoria-mornington-railway-gtfs-1281
be-vlaams-gewest-de-lijn-gtfs-684
fr-auvergne-rhone-alpes-cars-region-auvergne-rhone-alpes-transisere-gtfs-985
fr-grand-est-rezo-gtfs-1897
Commit: da12825
Download the full acceptance test report here (report will disappear after 90 days).
✅ Rule acceptance tests passed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Closes #1674
Expected behavior:
CLI jar is now part of the artifacts in the
Package Installersgithub action. The name isgtfs-validator-cli-[commit short hash]Working example
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle testto make sure you didn't break anything