Skip to content
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

Extract food providers into a separate package #372

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

snuyanzin
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #372 (d4f70ed) into main (47f3480) will decrease coverage by 0.40%.
The diff coverage is 40.00%.

@@             Coverage Diff              @@
##               main     #372      +/-   ##
============================================
- Coverage     94.56%   94.16%   -0.41%     
- Complexity     1946     1948       +2     
============================================
  Files           209      211       +2     
  Lines          3899     3922      +23     
  Branches        385      385              
============================================
+ Hits           3687     3693       +6     
- Misses          115      129      +14     
- Partials         97      100       +3     
Impacted Files Coverage Δ
src/main/java/net/datafaker/Faker.java 66.66% <ø> (ø)
src/main/java/net/datafaker/base/IProviders.java 100.00% <ø> (ø)
src/main/java/net/datafaker/food/Beer.java 100.00% <ø> (ø)
src/main/java/net/datafaker/food/Coffee.java 100.00% <ø> (ø)
src/main/java/net/datafaker/food/Dessert.java 100.00% <ø> (ø)
src/main/java/net/datafaker/food/Food.java 100.00% <ø> (ø)
src/main/java/net/datafaker/food/Tea.java 100.00% <ø> (ø)
src/main/java/net/datafaker/sport/SportFaker.java 16.66% <16.66%> (-83.34%) ⬇️
src/main/java/net/datafaker/food/FoodFaker.java 33.33% <33.33%> (ø)
.../java/net/datafaker/base/ProviderRegistration.java 100.00% <100.00%> (ø)
... and 3 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@snuyanzin snuyanzin merged commit d4f70ed into datafaker-net:main Sep 19, 2022
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.

2 participants