Skip to content

Commit

Permalink
Finally make the coverage works (???)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Dec 2, 2016
1 parent 95b0d66 commit dd10b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export IPFS_REUSEPORT=false

ifneq ($(COVERALLS_TOKEN), )
covertools_rule = covertools
GOT = overalls -project=github.com/ipfs/go-ipfs -ignore=.git,Godeps,thirdparty,test -- $(GOTFLAGS)
GOT = overalls -project=github.com/ipfs/go-ipfs -covermode atomic -ignore=.git,Godeps,thirdparty,test -- $(GOTFLAGS)
else
covertools_rule = $()
GOT = go test $(GOTFLAGS) ./...
Expand Down Expand Up @@ -61,7 +61,7 @@ deps: go_check gx_check path_check $(covertools_rule)
${gx_bin} --verbose install --global

covertools:
go get -u github.com/mattn/goveralls
go get -u github.com/Kubuxu/goveralls
go get -u golang.org/x/tools/cmd/cover
go get -u github.com/go-playground/overalls

Expand Down

0 comments on commit dd10b5a

Please sign in to comment.