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

[Backport 2.x] Add support for dependencies in plugin descriptor properties with semver range #11441 #12271

Merged
merged 1 commit into from
Feb 9, 2024

Add support for dependencies in plugin descriptor properties with sem…

c82c6e1
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add support for dependencies in plugin descriptor properties with semver range #11441 #12271

Add support for dependencies in plugin descriptor properties with sem…
c82c6e1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 9, 2024 in 0s

71.17% (target 70.00%)

View this Pull Request on Codecov

71.17% (target 70.00%)

Details

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (a98f719) 71.19% compared to head (c82c6e1) 71.17%.

Files Patch % Lines
...c/main/java/org/opensearch/semver/SemverRange.java 76.92% 9 Missing ⚠️
...c/main/java/org/opensearch/plugins/PluginInfo.java 78.57% 5 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12271      +/-   ##
============================================
- Coverage     71.19%   71.17%   -0.02%     
- Complexity    59951    59969      +18     
============================================
  Files          4940     4944       +4     
  Lines        282025   282117      +92     
  Branches      41306    41321      +15     
============================================
+ Hits         200790   200809      +19     
- Misses        64249    64374     +125     
+ Partials      16986    16934      -52     

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