mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Exclude cmd from coverage
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
8218dcb0c8
commit
0310992078
2
Makefile
2
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) ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user