Skip to content

5.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nedbat nedbat released this 13 Oct 23:33
· 3195 commits to master since this release

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