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

Updated opensearch-php to reflect the latest OpenSearch API spec #241

Merged
merged 1 commit into from
Dec 16, 2024

Updated opensearch-php to reflect the latest OpenSearch API spec (202…

8e974e5
Select commit
Loading
Failed to load commit list.
Merged

Updated opensearch-php to reflect the latest OpenSearch API spec #241

Updated opensearch-php to reflect the latest OpenSearch API spec (202…
8e974e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2024 in 0s

24.65% (+2.64%) compared to fc749ea

View this Pull Request on Codecov

24.65% (+2.64%) compared to fc749ea

Details

Codecov Report

Attention: Patch coverage is 0.40241% with 495 lines in your changes missing coverage. Please review.

Project coverage is 24.65%. Comparing base (fc749ea) to head (8e974e5).
Report is 21 commits behind head on main.

Files with missing lines Patch % Lines
src/OpenSearch/Namespaces/ReplicationNamespace.php 0.00% 70 Missing ⚠️
src/OpenSearch/Namespaces/SmNamespace.php 0.00% 50 Missing ⚠️
src/OpenSearch/Endpoints/Sm/UpdatePolicy.php 0.00% 27 Missing ⚠️
src/OpenSearch/Endpoints/Sm/CreatePolicy.php 0.00% 25 Missing ⚠️
src/OpenSearch/Endpoints/Replication/Pause.php 0.00% 20 Missing ⚠️
src/OpenSearch/Endpoints/Replication/Resume.php 0.00% 20 Missing ⚠️
src/OpenSearch/Endpoints/Replication/Start.php 0.00% 20 Missing ⚠️
src/OpenSearch/Endpoints/Replication/Stop.php 0.00% 20 Missing ⚠️
...penSearch/Endpoints/Replication/UpdateSettings.php 0.00% 20 Missing ⚠️
src/OpenSearch/Endpoints/Sm/DeletePolicy.php 0.00% 20 Missing ⚠️
... and 17 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #241      +/-   ##
============================================
+ Coverage     22.01%   24.65%   +2.64%     
- Complexity     2260     3136     +876     
============================================
  Files           309      446     +137     
  Lines          9026    12444    +3418     
============================================
+ Hits           1987     3068    +1081     
- Misses         7039     9376    +2337     

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