Skip to content

Commit

Permalink
[BUILD] Fix gocov-xml
Browse files Browse the repository at this point in the history
The artifact produced by this build is hypenated, yet
we list it as unhyphenated.  Lets fix this.

Change-Id: Ib99f66d70ef507c9b83315ad7d79a02178edf82b
Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Nov 7, 2016
1 parent e10eb2a commit 22236d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gotools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
#

GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocovxml
GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocov-xml
GOTOOLS_BIN = $(patsubst %,$(GOPATH)/bin/%, $(GOTOOLS))

# go tool->path mapping
Expand All @@ -25,7 +25,7 @@ go.fqp.golint := github.com/golang/lint/golint
go.fqp.goimports := golang.org/x/tools/cmd/goimports
go.fqp.ginkgo := github.com/onsi/ginkgo/ginkgo
go.fqp.gocov := github.com/axw/gocov/...
go.fqp.gocovxml := github.com/AlekSi/gocov-xml
go.fqp.gocov-xml := github.com/AlekSi/gocov-xml

all: $(GOTOOLS_BIN)

Expand Down

0 comments on commit 22236d1

Please sign in to comment.