
14 Mar
2019
14 Mar
'19
9:59 a.m.
On Wed, Mar 13, 2019 at 01:11:31PM -0400, Cole Robinson wrote:
We provide a custom configure option --enable-test-coverage and 'make cov' target to generate code coverage reports. However gnulib already provides a 'make coverage' which 'just works' and doesn't require a special configure option.
This drops our custom implementation in favor of 'make coverage'. Reports are now output to cov/index.html
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>