github nedbat/coveragepy coverage-4.4
4.4

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

Version 4.4 — 2017-05-07

  • Reports could produce the wrong file names for packages, reporting pkg.py instead of the correct pkg/__init__.py. This is now fixed. Thanks, Dirk Thomas.
  • XML reports could produce <source> and <class> lines that together didn’t specify a valid source file path. This is now fixed. (issue 526)
  • Namespace packages are no longer warned as having no code. (issue 572)
  • Code that uses sys.settrace(sys.gettrace()) in a file that wasn’t being coverage-measured would prevent correct coverage measurement in following code. An example of this was running doctests programmatically. This is now fixed. (issue 575)
  • Errors printed by the coverage command now go to stderr instead of stdout.
  • Running coverage xml in a directory named with non-ASCII characters would fail under Python 2. This is now fixed. (issue 573)

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.