coverage: build coverage-untested-functions by default
authorThomas Rast <trast@inf.ethz.ch>
Mon, 13 May 2013 21:27:28 +0000 (23:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2013 22:25:25 +0000 (15:25 -0700)
Change the 'coverage' target to build coverage-untested-functions by
default, so as to make it more discoverable.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 153d24d..6f9d1c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2529,7 +2529,7 @@ check-builtins::
 
 coverage:
        $(MAKE) coverage-test
-       $(MAKE) coverage-report
+       $(MAKE) coverage-untested-functions
 
 object_dirs := $(sort $(dir $(OBJECTS)))
 coverage-clean-results: