mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
make: run coverage when distclean
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
730896c006
commit
c2d100f0ee
2
Rules.mk
2
Rules.mk
@ -26,7 +26,7 @@ include $(dir)/Rules.mk
|
||||
|
||||
# include this file only if coverage target is executed
|
||||
# it is quite expensive
|
||||
ifneq ($(filter coverage% clean,$(MAKECMDGOALS)),)
|
||||
ifneq ($(filter coverage% clean distclean,$(MAKECMDGOALS)),)
|
||||
# has to be after cmd/ipfs due to PATH
|
||||
dir := coverage
|
||||
include $(dir)/Rules.mk
|
||||
|
||||
Loading…
Reference in New Issue
Block a user