Skip to content

Commit

Permalink
Re-enable coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Feb 28, 2016
1 parent 6a28941 commit 3711f9b
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
@@ -1,2 +1,2 @@
test:
@(go list ./... | grep -v "vendor/" | xargs -n1 go test -v)
@(go list ./... | grep -v "vendor/" | xargs -n1 go test -v -cover)

0 comments on commit 3711f9b

Please sign in to comment.