From 031099207898df7f2e8e2125d7f33c4d7bdaa79b Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 5 Dec 2016 00:23:13 +0100 Subject: [PATCH] Exclude cmd from coverage License: MIT Signed-off-by: Jakub Sztandera --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9503c636d..3b3353842 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ export IPFS_REUSEPORT=false ifneq ($(COVERALLS_TOKEN), ) covertools_rule = covertools - GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test,core/commands -- $(GOTFLAGS) + GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test,core/commands,cmd -- $(GOTFLAGS) else covertools_rule = $() GOT = go test $(GOTFLAGS) ./...