github nedbat/coveragepy coverage-5.0.3
5.0.3

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

Version 5.0.3 — 2020-01-12

  • A performance improvement in 5.0.2 didn’t work for test suites that changed directory before combining data, causing “Couldn’t use data file: no such table: meta” errors (issue 916). This is now fixed.
  • Coverage could fail to run your program with some form of “ModuleNotFound” or “ImportError” trying to import from the current directory. This would happen if coverage had been packaged into a zip file (for example, on Windows), or was found indirectly (for example, by pyenv-virtualenv). A number of different scenarios were described in issue 862 which is now fixed. Huge thanks to Agbonze O. Jeremiah for reporting it, and Alexander Waters and George-Cristian Bîrzan for protracted debugging sessions.
  • Added the “premain” debug option.
  • Added SQLite compile-time options to the “debug sys” output.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.