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) ./...