Skip to content

7.5.3

Choose a tag to compare

@nedbat nedbat released this 13 Oct 23:37
· 737 commits to master since this release
7.5.3

Version 7.5.3 — 2024-05-28

  • Performance improvements for combining data files, especially when measuring line coverage. A few different quadratic behaviors were eliminated. In one extreme case of combining 700+ data files, the time dropped from more than three hours to seven minutes. Thanks for Kraken Tech for funding the fix.
  • Performance improvements for generating HTML reports, with a side benefit of reducing memory use, closing issue 1791. Thanks to Daniel Diniz for helping to diagnose the problem.

➡️  PyPI page: coverage 7.5.3.
➡️  To install: python3 -m pip install coverage==7.5.3