Skip to content

Commit

Permalink
Add -v to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Jan 21, 2020
1 parent 80bf8b3 commit bf5714d
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 @@ -105,7 +105,7 @@ test: $(BUILD_DIR)

.PHONY: coverage
coverage: $(BUILD_DIR)
@ ./hack/gotest.sh -count=1 -race -cover -short -timeout=90s -coverprofile=out/coverage.txt -coverpkg="./pkg/...,./cmd/..." ./...
@ ./hack/gotest.sh -v -count=1 -race -cover -short -timeout=90s -coverprofile=out/coverage.txt -coverpkg="./pkg/...,./cmd/..." ./...
@- curl -s https://codecov.io/bash > $(BUILD_DIR)/upload_coverage && bash $(BUILD_DIR)/upload_coverage

.PHONY: checks
Expand Down

0 comments on commit bf5714d

Please sign in to comment.