Do not include core/commands in coverage report

It is covered by sharness

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2016-12-04 23:56:09 +01:00
parent 6696b01c47
commit 8218dcb0c8
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -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 -- $(GOTFLAGS)
GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test,core/commands -- $(GOTFLAGS)
else
covertools_rule = $()
GOT = go test $(GOTFLAGS) ./...