Message193230
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 |
|
Date |
User |
Action |
Args |
2013-07-17 14:40:36 | christian.heimes | set | recipients:
+ christian.heimes |
2013-07-17 14:40:36 | christian.heimes | set | messageid: <1374072036.39.0.598411326766.issue18481@psf.upfronthosting.co.za> |
2013-07-17 14:40:36 | christian.heimes | link | issue18481 messages |
2013-07-17 14:40:36 | christian.heimes | create | |
|