opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
359 stars 178 forks source link

Assignment from no return #658

Closed macohen closed 9 months ago

macohen commented 10 months ago

Description

Issues Resolved

progress on #610

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6e58837) 72.13% compared to head (c2c9c22) 72.14%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #658 +/- ## ========================================== + Coverage 72.13% 72.14% +0.01% ========================================== Files 89 89 Lines 7945 7945 ========================================== + Hits 5731 5732 +1 + Misses 2214 2213 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

saimedhi commented 10 months ago

Few tests are failing. Please try to make them pass.