Skip to content

Commit

Permalink
Fix name for make task on cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Jun 5, 2018
1 parent cac6d60 commit 77ffe57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
TODO
circleci-cli
coverage.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test:
go test -v -short ./...

.PHONY: cover
coverage:
cover:
go test -coverprofile=coverage.txt -covermode=count ./...

.PHONY: lint
Expand Down

0 comments on commit 77ffe57

Please sign in to comment.