mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
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:
parent
6696b01c47
commit
8218dcb0c8
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 -- $(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) ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user