Skip to content

Commit 22236d1

Browse files
committed
[BUILD] Fix gocov-xml
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 <[email protected]>
1 parent e10eb2a commit 22236d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gotools/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717
#
1818

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

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

3030
all: $(GOTOOLS_BIN)
3131

0 commit comments

Comments
 (0)