Skip to content

Commit

Permalink
build: add coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Oct 23, 2021
1 parent b0d6508 commit 8688bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: clean ## Build binaries
all: test build ## Build and run tests

test: clean ## Run unit tests
@(go test ./...)
@(go test ./... -coverprofile=coverage.out)

clean: ## Remove previous build
@(go clean)
Expand Down

0 comments on commit 8688bf6

Please sign in to comment.