Skip to content

Commit

Permalink
coverage: build coverage-untested-functions by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Rast authored and Junio C Hamano committed May 13, 2013
1 parent c14cc77 commit 5ce4367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ce4367

Please sign in to comment.