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

Custom toXContent implementations #13833

Closed
wants to merge 3 commits into from

Add UT

5a2cc20
Select commit
Loading
Failed to load commit list.
Closed

Custom toXContent implementations #13833

Add UT
5a2cc20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 0s

71.62% (target 70.00%)

View this Pull Request on Codecov

71.62% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 47.33010% with 217 lines in your changes missing coverage. Please review.

Project coverage is 71.62%. Comparing base (b15cb0c) to head (5a2cc20).
Report is 348 commits behind head on main.

Files Patch % Lines
...java/org/opensearch/cluster/RestoreInProgress.java 0.00% 105 Missing ⚠️
...va/org/opensearch/cluster/SnapshotsInProgress.java 61.01% 59 Missing and 10 partials ⚠️
...pensearch/cluster/RepositoryCleanupInProgress.java 0.00% 25 Missing ⚠️
...pensearch/cluster/SnapshotDeletionsInProgress.java 78.26% 7 Missing and 8 partials ⚠️
...main/java/org/opensearch/repositories/IndexId.java 85.71% 1 Missing and 1 partial ⚠️
...main/java/org/opensearch/snapshots/SnapshotId.java 93.75% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13833      +/-   ##
============================================
+ Coverage     71.42%   71.62%   +0.20%     
- Complexity    59978    61348    +1370     
============================================
  Files          4985     5063      +78     
  Lines        282275   288416    +6141     
  Branches      40946    41770     +824     
============================================
+ Hits         201603   206592    +4989     
- Misses        63999    64764     +765     
- Partials      16673    17060     +387     

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