Skip to content

Conversation

@finn-evers
Copy link
Contributor

@finn-evers finn-evers commented Aug 16, 2022

Add Mass Effect Faker with character/specie/planet/cluster -names and quotes.

README.md Outdated
* Witcher
* Yoda
* Zelda
* Mass Effect
Copy link
Collaborator

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() {
Copy link
Collaborator

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());
Copy link
Collaborator

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());
Copy link
Collaborator

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

Copy link
Contributor Author

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-commenter
Copy link

codecov-commenter commented Aug 17, 2022

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.87%. Comparing base (87a721b) to head (729e169).

❗ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bodiam
Copy link
Contributor

bodiam commented Aug 21, 2022

Awesome, thank you for this!

@bodiam bodiam merged commit bfc7677 into datafaker-net:master Aug 21, 2022
@finn-evers finn-evers deleted the feature/mass-effect branch August 21, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants