From 0fbc84e022584e390261612c52febaf4a9ec286b Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Thu, 18 Apr 2019 13:15:34 +0100 Subject: [PATCH] coverage: show stats --- Makefile.autosetup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.autosetup b/Makefile.autosetup index 3e3ad3816..7864aa796 100644 --- a/Makefile.autosetup +++ b/Makefile.autosetup @@ -447,8 +447,9 @@ distclean: clean coverage: all test $(RM) lcov $(RM) config/dump.gc?? - lcov -t "result" -o lcov.info -c -d mutt -d config - genhtml -o lcov lcov.info + lcov -t "test" -o lcov.info -c -d mutt -d config + -genhtml -o lcov lcov.info -f + lcov -l lcov.info # Tests for the config code config-test: libmutt.a libemail.a libconfig.a libaddress.a -- 2.40.0