Coverage.py v3.4

Sunday 19 September 2010This is 14 years old. Be careful.

Coverage.py 3.4, the latest release of my code coverage tool for Python, is now available. If you haven’t been trying the betas, then new in this release are better ways to direct’s coverage.py’s attention on your source code, a number of fixes to reporting, especially the XML report, and now completely unexecuted files can be reported as 0% covered.

Enjoy!

Comments

[gravatar]
Hi Ned,
You may remember me requesting to add cython coverage. After some effort i've been able to make coverage.py report cython functions coverage. Its a small patch, located at https://sites.google.com/site/pankaj86/files/pyx_patch.diff , with some test files at https://sites.google.com/site/pankaj86/files/pyx_test.tar.gz . If you feel its reasonable, i'd be glad if some such feature goes into coverage.py.
Currently it reports only function coverage (no line coverage), using profiling hooks.
regards,
pankaj
[gravatar]
i've fixed canonical_filename replacement for pyx files in case of absolute path in v2 of the file on the google site. waiting for ur comments on its feasibility :)

Add a comment:

Ignore this:
Leave this empty:
Name is required. Either email or web are required. Email won't be displayed and I won't spam you. Your web site won't be indexed by search engines.
Don't put anything here:
Leave this empty:
Comment text is Markdown.