Sunday 19 September 2010 — This 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
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
Add a comment: