Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork464
· 16 commits to main since this release
Version 7.13.0 — 2025-12-08
- Feature: coverage.py now supports
.coveragerc.tomlconfiguration files. These files use TOML syntax and take priority overpyproject.tomlbut lower priority than.coveragercfiles. Closesissue 1643 thanks toOlena Yefymenko. - Fix: we now include a permanent .pth file which is installed with the code, fixingissue 2084. In 7.12.1b1 this was done incorrectly: it didn’t work when using the source wheel (
py3-none-any). This is now fixed. Thanks,Henry Schreiner. - Deprecated: when coverage.py is installed, it creates three command entry points:
coverage,coverage3, andcoverage-3.10(if installed for Python 3.10). The second and third of these are not needed and will eventually be removed. They still work for now, but print a message about their deprecation.
➡️ PyPI page:coverage 7.13.0.
➡️ To install:python3 -m pip install coverage==7.13.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3 people reacted