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

Add DataGenerator tool #1059

Merged
merged 2 commits into from
Oct 13, 2024

Pr feedback updates

fe01c79
Select commit
Loading
Failed to load commit list.
Merged

Add DataGenerator tool #1059

Pr feedback updates
fe01c79
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 1s

80.52% (+0.36%) compared to bee316d

View this Pull Request on Codecov

80.52% (+0.36%) compared to bee316d

Details

Codecov Report

Attention: Patch coverage is 95.68966% with 15 lines in your changes missing coverage. Please review.

Project coverage is 80.52%. Comparing base (bee316d) to head (fe01c79).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
.../java/org/opensearch/migrations/DataGenerator.java 51.85% 13 Missing ⚠️
.../org/opensearch/migrations/data/FieldBuilders.java 90.90% 1 Missing ⚠️
...opensearch/migrations/data/RandomDataBuilders.java 90.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1059      +/-   ##
============================================
+ Coverage     80.16%   80.52%   +0.36%     
- Complexity     2744     2818      +74     
============================================
  Files           367      379      +12     
  Lines         13743    14088     +345     
  Branches        949      956       +7     
============================================
+ Hits          11017    11345     +328     
- Misses         2149     2165      +16     
- Partials        577      578       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.