github nedbat/coveragepy coverage-4.2
4.2

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

Version 4.2 — 2016-07-26

  • Since concurrency=multiprocessing uses subprocesses, options specified on the coverage.py command line will not be communicated down to them. Only options in the configuration file will apply to the subprocesses. Previously, the options didn’t apply to the subprocesses, but there was no indication. Now it is an error to use --concurrency=multiprocessing and other run-affecting options on the command line. This prevents failures like those reported in issue 495.
  • Filtering the HTML report is now faster, thanks to Ville Skyttä.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.