]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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 153d24dc3910564f2e422228ffb56138edc2cf7e..6f9d1c7c0f0d0ce99742cf6a7ecd2b9dc929d430 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: