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

Modified generator to generate default value for parameters in description #519

Closed saimedhi closed 12 months ago

saimedhi commented 12 months ago

Description

Modified generator to generate default value for parameters in description

Issues Resolved

Related to #477

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

Codecov Report

Merging #519 (b4ea39f) into main (7d3c528) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #519   +/-   ##
=======================================
  Coverage   70.87%   70.87%           
=======================================
  Files          83       83           
  Lines        7790     7790           
=======================================
  Hits         5521     5521           
  Misses       2269     2269           
dblock commented 12 months ago

I think we should have a code coverage goal that includes generated code. Try to come up with corresponding auto-generated tests?