mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 13:57:52 +08:00
Merge pull request #3466 from ipfs/feat/cover/ignore-commands
Do not include core/commands in coverage report
This commit is contained in:
commit
f8eca5e13e
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,cmd -- $(GOTFLAGS)
|
||||
else
|
||||
covertools_rule = $()
|
||||
GOT = go test $(GOTFLAGS) ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user