7.10.1
Version 7.10.1 — 2025-07-27
- Fix: the exclusion for
if TYPE_CHECKING:
was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. Improves issue 831. - Fix: changed where .pth files are written for
patch = subprocess
, closing issue 2006.
➡️ PyPI page: coverage 7.10.1.
➡️ To install: python3 -m pip install coverage==7.10.1