Commit 1e9a087 1 parent 8b44609 commit 1e9a087 Copy full SHA for 1e9a087
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ OBJDIR ?= build
18
18
TMP_GOPATH =$(OBJDIR ) /gopath
19
19
GOBIN =$(abspath $(TMP_GOPATH ) /bin)
20
20
21
- GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocov-html misspell
21
+ GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocov-xml misspell
22
22
GOTOOLS_BIN = $(patsubst % ,$(GOBIN ) /% , $(GOTOOLS ) )
23
23
24
24
# go tool->path mapping
@@ -28,7 +28,7 @@ go.fqp.goimports := golang.org/x/tools/cmd/goimports
28
28
go.fqp.ginkgo := github.com/onsi/ginkgo/ginkgo
29
29
go.fqp.gocov := github.com/axw/gocov/...
30
30
go.fqp.misspell := github.com/client9/misspell/cmd/misspell
31
- go.fqp.gocov-html : = github.com/matm /gocov-html
31
+ go.fqp.gocov-xml : = github.com/AlekSi /gocov-xml
32
32
all : $(GOTOOLS_BIN )
33
33
34
34
install : $(GOTOOLS_BIN )
Original file line number Diff line number Diff line change @@ -76,5 +76,5 @@ echo " DONE!"
76
76
77
77
echo " Running tests..."
78
78
# go test -cover -ldflags "$GO_LDFLAGS" $PKGS -p 1 -timeout=20m
79
- gocov test -ldflags " $GO_LDFLAGS " $PKGS -p 1 -timeout=20m | gocov-html > report.html
79
+ gocov test -ldflags " $GO_LDFLAGS " $PKGS -p 1 -timeout=20m | gocov-xml > report.xml
80
80
fi
You can’t perform that action at this time.
0 commit comments