7.0.5
Version 7.0.5 — 2023-01-10
- Fix: On Python 3.7, a file with type annotations but no
from __future__ import annotations
would be missing statements in the coverage report. This is now fixed, closing issue 1524.
➡️ PyPI page: coverage 7.0.5.
➡️ To install: python3 -m pip install coverage==7.0.5