github nedbat/coveragepy coverage-3.5.1b1
3.5.1b1

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

Version 3.5.1b1 — 2011-08-28

  • When combining data files from parallel runs, you can now instruct coverage.py about which directories are equivalent on different machines. A [paths] section in the configuration file lists paths that are to be considered equivalent. Finishes issue 17.
  • for-else constructs are understood better, and don’t cause erroneous partial branch warnings. Fixes issue 122.
  • Branch coverage for with statements is improved, fixing issue 128.
  • The number of partial branches reported on the HTML summary page was different than the number reported on the individual file pages. This is now fixed.
  • An explicit include directive to measure files in the Python installation wouldn’t work because of the standard library exclusion. Now the include directive takes precedence, and the files will be measured. Fixes issue 138.
  • The HTML report now handles Unicode characters in Python source files properly. This fixes issue 124 and issue 144. Thanks, Devin Jeanpierre.
  • In order to help the core developers measure the test coverage of the standard library, Brandon Rhodes devised an aggressive hack to trick Python into running some coverage.py code before anything else in the process. See the coverage/fullcoverage directory if you are interested.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.