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

Remove HEAD-handling hack. #794

Closed dblock closed 3 months ago

dblock commented 3 months ago

Description

Finishing https://github.com/opensearch-project/opensearch-py/pull/699.

Issues Resolved

Closes https://github.com/opensearch-project/opensearch-py/pull/699.

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 3 months ago

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 70.30%. Comparing base (ba715b9) to head (92e8749). Report is 47 commits behind head on main.

Files Patch % Lines
opensearchpy/helpers/test.py 0.00% 2 Missing :warning:
opensearchpy/_async/helpers/test.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #794 +/- ## ========================================== - Coverage 71.95% 70.30% -1.66% ========================================== Files 91 113 +22 Lines 8001 8866 +865 ========================================== + Hits 5757 6233 +476 - Misses 2244 2633 +389 ```

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

dblock commented 3 months ago

The unreleased opensearch integration test failure looks like something unrelated, will track.