Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:40:45 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:40:45 +0300
commit39bd2710f86f90a0a6765fbd2d8c07e2493ad5e5 (patch)
tree1560b11970faa8a34ac299436bd96f72c90cc60b /Makefile.build.mk
parent0a1587752423d5851a8d1c09dc55bb212cb83374 (diff)
Use junit report
Diffstat (limited to 'Makefile.build.mk')
-rw-r--r--Makefile.build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index 2c9e9159..2656e62e 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -10,6 +10,7 @@ setup: clean .GOPATH/.ok
go get github.com/wadey/gocovmerge@v0.0.0-20160331181800-b5bfa59ec0ad
go get github.com/golang/mock/mockgen@v1.3.1
go get github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)
+ go get github.com/jstemmer/go-junit-report
generate-mocks: .GOPATH/.ok
$Q bin/mockgen -source=internal/interface.go -destination=internal/mocks/mocks.go -package=mocks