googleapis / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.
Apache License 2.0
122 stars 69 forks source link

Low code coverage in gapic-generator-python file causing code coverage presubmits in wrapper libraries to fail #2229

Open mukund-ananthu opened 1 month ago

mukund-ananthu commented 1 month ago

Refer https://screenshot.googleplex.com/7n9pwMTghidPyZy and https://github.com/googleapis/python-pubsub/actions/runs/11284569910/job/31386013263?pr=1274

The code coverage is less than 100% and the presubmits in the wrapper library, that expect a 100% coverage fail, disallowing us to submit other PRs in that repository(unless we circumvent the expectation of 100% coverage which is not ideal)

mukund-ananthu commented 1 month ago

cc: @parthea