Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0e1ec5a

Browse files
committed
creating out directory for coverage
1 parent 4335dbf commit 0e1ec5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ test-junit: $(SETUP_ENVTEST) $(GOTESTSUM) ## Run unit and integration tests and
442442
.PHONY: test-cover
443443
test-cover: ## Run unit and integration tests and generate a coverage report
444444
$(MAKE) test TEST_ARGS="$(TEST_ARGS) -coverprofile=out/coverage.out"
445+
mkdir out
445446
go tool cover -func=out/coverage.out -o out/coverage.txt
446447
go tool cover -html=out/coverage.out -o out/coverage.html
447448

0 commit comments

Comments
 (0)