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

Added client-level REST helpers. #544

Merged
merged 5 commits into from
Nov 13, 2023

Clarified what to use in which older versions.

06a59dd
Select commit
Loading
Failed to load commit list.
Merged

Added client-level REST helpers. #544

Clarified what to use in which older versions.
06a59dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2023 in 0s

71.87% (+0.12%) compared to f02d6de

View this Pull Request on Codecov

71.87% (+0.12%) compared to f02d6de

Details

Codecov Report

Merging #544 (06a59dd) into main (f02d6de) will increase coverage by 0.12%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #544      +/-   ##
==========================================
+ Coverage   71.74%   71.87%   +0.12%     
==========================================
  Files          87       89       +2     
  Lines        7886     7922      +36     
==========================================
+ Hits         5658     5694      +36     
  Misses       2228     2228              
Files Coverage Δ
opensearchpy/_async/client/__init__.py 46.18% <100.00%> (+0.39%) ⬆️
opensearchpy/_async/client/http.py 100.00% <100.00%> (ø)
opensearchpy/client/__init__.py 61.45% <100.00%> (+0.28%) ⬆️
opensearchpy/client/http.py 100.00% <100.00%> (ø)