-
Notifications
You must be signed in to change notification settings - Fork 225
Add "Mass Effect" faker #301
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
Conversation
README.md
Outdated
| * Witcher | ||
| * Yoda | ||
| * Zelda | ||
| * Mass Effect |
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.
Would be better to follow abc ordering
| return getProvider(Zelda.class, () -> new Zelda(this)); | ||
| } | ||
|
|
||
| public MassEffect massEffect() { |
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.
Please follow abc ordering in providers methods
it would simplify code navigation
| "yoda.yml", | ||
| "zelda.yml").map(EnFile::new).collect(Collectors.toList()); | ||
| "zelda.yml", | ||
| "mass-effect.yml").map(EnFile::new).collect(Collectors.toList()); |
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.
Ordering
| testAllMethodsThatReturnStringsActuallyReturnStrings(faker.yoda()); | ||
| testAllMethodsThatReturnStringsActuallyReturnStrings(faker.zelda()); | ||
| testAllMethodsThatReturnStringsActuallyReturnStrings(faker.oscarMovie()); | ||
| testAllMethodsThatReturnStringsActuallyReturnStrings(faker.massEffect()); |
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.
Please, follow order here 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.
have also moved oscarMovie to the right place.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #301 +/- ##
============================================
+ Coverage 94.86% 94.87% +0.01%
- Complexity 1893 1900 +7
============================================
Files 197 198 +1
Lines 3797 3805 +8
Branches 379 379
============================================
+ Hits 3602 3610 +8
Misses 99 99
Partials 96 96 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Awesome, thank you for this! |
Add Mass Effect Faker with character/specie/planet/cluster -names and quotes.