aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-10-29 11:30:10 +0000
committerFelix Hanley <felix@userspace.com.au>2019-10-29 11:30:10 +0000
commit910f9821550b814b6f6961b304d8fdf3b647107f (patch)
treebdeda756691633a577a6b908ab8df7af6f6b99ff /Makefile
parent64414fb143438623daaf8d21bc739fee75712c53 (diff)
downloadbechars-910f9821550b814b6f6961b304d8fdf3b647107f.tar.gz
bechars-910f9821550b814b6f6961b304d8fdf3b647107f.tar.bz2
Update module depsv0.3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 58fa853..939d909 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: test
test: lint ## Run tests with coverage
- go test -race -short -cover -coverprofile coverage.txt ./...
- go tool cover -html=coverage.txt -o coverage.html
+ go test -race -short -cover -coverprofile coverage.txt ./... \
+ && go tool cover -func=coverage.txt
.PHONY: lint
lint: ## Run the code linter