-
Notifications
You must be signed in to change notification settings - Fork 222
Minor tweaks and cleanup #1224
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
Minor tweaks and cleanup #1224
Conversation
From the previous few PRs and conversations. Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1224 +/- ##
============================================
- Coverage 92.35% 92.12% -0.23%
- Complexity 2821 3000 +179
============================================
Files 292 306 +14
Lines 5609 5906 +297
Branches 599 628 +29
============================================
+ Hits 5180 5441 +261
- Misses 275 306 +31
- Partials 154 159 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| private static final int DEFAULT_MIN_AGE = 18; | ||
| private static final int DEFAULT_MAX_AGE = 65; | ||
| public static final int DEFAULT_MIN_AGE = 18; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably package protected would be fine too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure I'll adjust in another in the next few days
Per: datafaker-net#1224 (comment) Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
Per: #1224 (comment) Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
From the previous few PRs and conversations.