Skip to content

Commit

Permalink
added tags to make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Aug 20, 2015
1 parent d478779 commit 9d80a66
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
Expand Up @@ -48,7 +48,7 @@ test-full:
$(MAKE) test CBFT_TAGS="full"

coverage:
go test -coverprofile=coverage.out -covermode=count
go test -tags "debug kagome $(CBFT_TAGS)" -coverprofile=coverage.out -covermode=count
go tool cover -html=coverage.out

# -------------------------------------------------------------------
Expand Down

0 comments on commit 9d80a66

Please sign in to comment.