Skip to content

3.3.1

Choose a tag to compare

@nedbat nedbat released this 13 Oct 23:30
· 6406 commits to master since this release

Version 3.3.1 — 2010-03-06

  • Using parallel=True in .coveragerc file prevented reporting, but now does not, fixing issue 49.
  • When running your code with “coverage run”, if you call sys.exit(), coverage.py will exit with that status code, fixing issue 50.

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