@cryptotaxi247 / kubo / commits / 8218dcb0c

Do not include core/commands in coverage report

It is covered by sharness License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Dec 4, 2016 at 23:56 UTC 8218dcb0c88fb4beee7af396f7bb12ed2de036ad
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 -- $(GOTFLAGS)
11 + GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test,core/commands -- $(GOTFLAGS)
12 else
13 covertools_rule = $()
14 GOT = go test $(GOTFLAGS) ./...