github nedbat/coveragepy coverage-5.0.4
5.0.4

latest releases: 7.6.3, 7.6.2, 7.6.1...
19 hours ago

Version 5.0.4 — 2020-03-16

  • If using the [run] relative_files setting, the XML report will use relative files in the <source> elements indicating the location of source code. Closes issue 948.
  • The textual summary report could report missing lines with negative line numbers on PyPy3 7.1 (issue 943). This is now fixed.
  • Windows wheels for Python 3.8 were incorrectly built, but are now fixed. (issue 949)
  • Updated Python 3.9 support to 3.9a4.
  • HTML reports couldn’t be sorted if localStorage wasn’t available. This is now fixed: sorting works even though the sorting setting isn’t retained. (issue 944 and pull request 945). Thanks, Abdeali Kothari.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.