Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#66 from G-Harmon/coverallsDbg
Browse files Browse the repository at this point in the history
Fixing the coveralls missing repotoken problem
  • Loading branch information
nikhiljindal authored Nov 15, 2017
2 parents 8fb11ec + f73f403 commit a17f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ coveralls:
@echo "+ $@"
# Make sure goveralls is installed.
@go get github.com/mattn/goveralls
@goveralls -repotoken $(cat /etc/coveralls-token/coveralls.txt)
@goveralls -repotoken $(shell cat /etc/coveralls-token/coveralls.txt)

build:
go build -a -installsuffix cgo ${GOPATH}/src/${PKG}/cmd/kubemci/kubemci.go

0 comments on commit a17f0b3

Please sign in to comment.