Exclude cmd from coverage
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Dec 5, 2016 at 00:23 UTC
031099207898df7f2e8e2125d7f33c4d7bdaa79b
1 file changed
+1
-1
Makefile
+1
-1
@@ -8,7 +8,7 @@ export IPFS_REUSEPORT=false
8
9
ifneq ($(COVERALLS_TOKEN), )
10
covertools_rule = covertools
11
- GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test,core/commands -- $(GOTFLAGS)
11
+ GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test,core/commands,cmd -- $(GOTFLAGS)
12
else
13
covertools_rule = $()
14
GOT = go test $(GOTFLAGS) ./...