Skip to content

Commit

Permalink
introduce github.com/pierrre/gotestcover
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 25, 2015
1 parent d2a4f50 commit ce9a50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ testdeps:
go get github.com/golang/lint/golint
go get golang.org/x/tools/cmd/vet
go get golang.org/x/tools/cmd/cover
go get github.com/pierrre/gotestcover
go get github.com/mattn/goveralls

LINT_RET = .golint.txt
Expand All @@ -45,7 +46,7 @@ lint: testdeps
test ! -s $(LINT_RET)

cover: testdeps
tool/cover.sh
gotestcover -v -covermode=count -coverprofile=.profile.cov ./...

rpm: build
rpmbuild --define "_sourcedir `pwd`" -ba packaging/rpm/mackerel-agent-plugins.spec
Expand Down
29 changes: 0 additions & 29 deletions tool/cover.sh

This file was deleted.

0 comments on commit ce9a50a

Please sign in to comment.