github nedbat/coveragepy coverage-5.0a1
5.0a1

latest releases: 7.6.3, 7.6.2, 7.6.1...
pre-release19 hours ago

Version 5.0a1 — 2018-06-05

  • Coverage.py no longer supports Python 2.6 or 3.3.
  • The location of the configuration file can now be specified with a COVERAGE_RCFILE environment variable, as requested in issue 650.
  • Namespace packages are supported on Python 3.7, where they used to cause TypeErrors about path being None. Fixes issue 700.
  • A new warning (already-imported) is issued if measurable files have already been imported before coverage.py started measurement. See Warnings for more information.
  • Running coverage many times for small runs in a single process should be faster, closing issue 625. Thanks, David MacIver.
  • Large HTML report pages load faster. Thanks, Pankaj Pandey.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.