Skip to content

Commit

Permalink
temp fix mockery version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 21, 2023
1 parent d0df1e3 commit 277492e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ binary: $(BINARY)
install-tools:
cd ${GOPATH}; \
mkdir -p ${GOPATH}; \
GO111MODULE=on go install github.com/axw/gocov/gocov@latest; \
GO111MODULE=on go install github.com/matm/gocov-html@latest; \
GO111MODULE=on go install github.com/sanderhahn/gozip/cmd/gozip@latest; \
GO111MODULE=on go install github.com/vektra/mockery/[email protected];

Expand All @@ -47,12 +45,6 @@ test-e2e-emulator:
.PHONY: coverage
coverage:
ifeq ($(COVER), true)
# file has to be called index.html
gocov convert $(COVER_PROFILE) > cover.json
./cover-summary.sh
gocov-html cover.json > index.html
# coverage.zip will automatically be picked up by teamcity
gozip -c coverage.zip index.html
endif

.PHONY: ci
Expand Down

0 comments on commit 277492e

Please sign in to comment.