Skip to content
Snippets Groups Projects
Commit 25346fb7 authored by Nick Thomas's avatar Nick Thomas
Browse files

Makefile: add coverage

parent 0c57274e
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -13,6 +13,6 @@ fmt:
go fmt ${GO_PKGS}
 
test:
go test -v ${GO_PKGS}
go test -cover -v ${GO_PKGS}
 
verify: fmt test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment