github nedbat/coveragepy coverage-4.5.1
4.5.1

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

Version 4.5.1 — 2018-02-10

  • Now that 4.5 properly separated the [run] omit and [report] omit settings, an old bug has become apparent. If you specified a package name for [run] source, then omit patterns weren’t matched inside that package. This bug (issue 638) is now fixed.
  • On Python 3.7, reporting about a decorated function with no body other than a docstring would crash coverage.py with an IndexError (issue 640). This is now fixed.
  • Configurer plugins are now reported in the output of --debug=sys.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.