]> git.saurik.com Git - apt.git/commitdiff
add a 'coverage' command to generate reports
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 14 Sep 2014 20:48:01 +0000 (22:48 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 14 Sep 2014 21:27:44 +0000 (23:27 +0200)
Builds, runs and generates everything needed to have a coverage report
at the end for apt. The report isn't perfect as most childs apt forks do
not have a regular exit and so data is never written for them, which
results in e.g. most methods to have zero coverage reported.

Git-Dch: Ignore


No differences found