opensearch-project / opensearch-py

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

Fix: generator adds new namespace. #813

Closed dblock closed 1 month ago

dblock commented 1 month ago

Description

Fixes nox -rs generate by properly adding any new namespace in-place of other ones.

Screenshot 2024-08-26 at 3 24 21 PM

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 1 month ago

Codecov Report

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

Project coverage is 70.35%. Comparing base (ba715b9) to head (218bc15). Report is 59 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #813 +/- ## ========================================== - Coverage 71.95% 70.35% -1.61% ========================================== Files 91 113 +22 Lines 8001 8877 +876 ========================================== + Hits 5757 6245 +488 - Misses 2244 2632 +388 ```

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