-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: filter out acceptance tests from validator usage report #1683
Conversation
✅ Rule acceptance tests passed. |
main/src/main/java/org/mobilitydata/gtfsvalidator/runner/ValidationRunnerConfig.java
Outdated
Show resolved
Hide resolved
…ationRunnerConfig.java Co-authored-by: David Gamez <1192523+davidgamez@users.noreply.github.com>
✅ Rule acceptance tests passed. |
✅ Rule acceptance tests passed. |
Summary:
skip_validator_update
parameter in CLI to exclude test runs from analytics, avoiding API calls for update checks and usage tracking.Expected behavior:
skip_validator_update
enabled, CLI bypasses update checks and usage tracking, reducing inflated analytics during tests.Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything