Commit f8eca5e1 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3466 from ipfs/feat/cover/ignore-commands

Do not include core/commands in coverage report
parents 0c413de8 03109920
......@@ -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) ./...
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment