github nedbat/coveragepy coverage-3.1b1
3.1b1

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

Version 3.1b1 — 2009-09-27

  • Python 3.1 is now supported.
  • Coverage.py has a new command line syntax with sub-commands. This expands the possibilities for adding features and options in the future. The old syntax is still supported. Try “coverage help” to see the new commands. Thanks to Ben Finney for early help.
  • Added an experimental “coverage xml” command for producing coverage reports in a Cobertura-compatible XML format. Thanks, Bill Hart.
  • Added the –timid option to enable a simpler slower trace function that works for DecoratorTools projects, including TurboGears. Fixed issue 12 and issue 13.
  • HTML reports show modules from other directories. Fixed issue 11.
  • HTML reports now display syntax-colored Python source.
  • Programs that change directory will still write .coverage files in the directory where execution started. Fixed issue 24.
  • Added a “coverage debug” command for getting diagnostic information about the coverage.py installation.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.