This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2013-07-17.14:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374072036.39.0.598411326766.issue18481@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds a couple of ignores and three Makefile targets for gcov and lcov reports. lcov [1] is a project that can create html reports from gcov output for C files.

make coverage-report first cleans up the source tree, then recompiles Python with gcov, runs the unit test and finally creates a HTML report.

I have a sample output on my box. Do we have a server where I can host about 55 MB?

[1] http://ltp.sourceforge.net/coverage/lcov.php
History
Date User Action Args
2013-07-17 14:40:36christian.heimessetrecipients: + christian.heimes
2013-07-17 14:40:36christian.heimessetmessageid: <1374072036.39.0.598411326766.issue18481@psf.upfronthosting.co.za>
2013-07-17 14:40:36christian.heimeslinkissue18481 messages
2013-07-17 14:40:36christian.heimescreate