googleapis / googleapis/google-cloud-python
Check coverage across python runtimes
Ouverte
priority: p3
type: cleanup
- Langage dominant
- Python
- Étoiles
- 5.4k
- Forks
- 1.8k
- Merge moyen
- 3 j 4 h
- PR mergées (30 j)
- 122
Description
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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.