]> granicus.if.org Git - python/commit
Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
authorChristian Heimes <christian@cheimes.de>
Tue, 30 Jul 2013 22:55:18 +0000 (00:55 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 30 Jul 2013 22:55:18 +0000 (00:55 +0200)
commit49e52f9375c23d88023344a6fd441fd2a4124dc6
tree960dce8598a80570ccfff6e7de1a4f5cd7420dac
parent3b998d1086b8dee0f70dac91d3ea50a8819a8566
Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
"coverage-report" creates an instrumented Python build, runs unit tests
and creates a HTML. The report can be updated with "make coverage-lcov".
.hgignore
Makefile.pre.in
Misc/NEWS