Skip to content

7.2.2

Compare
Choose a tag to compare
@nedbat nedbat released this 16 Mar 14:43
· 676 commits to master since this release
7.2.2
3971cc8
  • Fix: if a virtualenv was created inside a source directory, and a sourced package was installed inside the virtualenv, then all of the third-party packages inside the virtualenv would be measured. This was incorrect, but has now been fixed: only the specified packages will be measured, thanks to Manuel Jacob.
  • Fix: the coverage lcov command could create a .lcov file with incorrect LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to Ian Moore.
  • Fix: the coverage xml command on Windows could create a .xml file with duplicate <package> elements. This is now fixed, thanks to Benjamin Parzella, closing issue 1573.

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