Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions root/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ test-e2e:: pre-test
## coverage: generate code coverage
.PHONY: coverage
coverage:: pre-coverage
WITH_COVERAGE=true GOPROXY=$(GOPROXY) GOPRIVATE=$(GOPRIVATE) ./scripts/shell-wrapper.sh test.sh
go tool cover --html=/tmp/coverage.out
$(BASE_TEST_ENV) WITH_COVERAGE=true ./scripts/shell-wrapper.sh test.sh
go tool cover --html=/tmp/coverage.out

.PHONY: e2e
e2e:: pre-e2e
Expand Down