New submission from Christian Heimes: 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 ---------- files: lcov.patch keywords: patch messages: 193230 nosy: christian.heimes priority: low severity: normal stage: patch review status: open title: lcov report type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file30950/lcov.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18481> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com