]> granicus.if.org Git - neomutt/commitdiff
coverage: show stats
authorRichard Russon <rich@flatcap.org>
Thu, 18 Apr 2019 12:15:34 +0000 (13:15 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 24 Apr 2019 11:16:16 +0000 (12:16 +0100)
Makefile.autosetup

index 3e3ad3816e146bb82e6614af1bd493c9122f827d..7864aa7960ec0046068042af05e2bc30cb5d91bb 100644 (file)
@@ -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