[issue18481] lcov report

Christian Heimes report at bugs.python.org
Wed Jul 17 16:40:36 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18481>
_______________________________________


More information about the Python-bugs-list mailing list