Skip to content

Commit 5ce4367

Browse files
Thomas Rastgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c14cc77 commit 5ce4367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ check-builtins::
25292529

25302530
coverage:
25312531
$(MAKE) coverage-test
2532-
$(MAKE) coverage-report
2532+
$(MAKE) coverage-untested-functions
25332533

25342534
object_dirs := $(sort $(dir $(OBJECTS)))
25352535
coverage-clean-results:

0 commit comments

Comments
 (0)