mirror of
https://github.com/git/git.git
synced 2025-04-11 16:56:34 +00:00
coverage: build coverage-untested-functions by default
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>
This commit is contained in:
parent
c14cc77c11
commit
5ce4367d64
2
Makefile
2
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user