gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Check coverage across python runtimes

Open daniel-sanche opened this issue 2 months ago • 0 comments

Recently, we have been adding conditionals that perform different logic depending on the python version or dependency versions (https://github.com/googleapis/gapic-generator-python/pull/2477, https://github.com/googleapis/gapic-generator-python/pull/2472)

Individual coverage checks aren't aware of the big picture, so individual runs often fail the coverage check, unless we add pragma: no cover statements

We should find a way to fix this at some point, to make sure we don't make a habit of adding no cover and losing required coverage

daniel-sanche avatar Nov 11 '25 18:11 daniel-sanche