Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Sep 25, 2015
2 parents aae1dd6 + 3157719 commit 5792f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -12,5 +12,5 @@ test:

cover:
${GO} test -cover && \
go test -coverprofile=coverage.out && \
go tool cover -html=coverage.out
${GO} test -coverprofile=coverage.out && \
${GO} tool cover -html=coverage.out

0 comments on commit 5792f91

Please sign in to comment.