Skip to content

Instantly share code, notes, and snippets.

@thomersch
Last active June 10, 2017 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomersch/d48de1a8be55a47ab2f9 to your computer and use it in GitHub Desktop.
Save thomersch/d48de1a8be55a47ab2f9 to your computer and use it in GitHub Desktop.
Go Test Coverage
go test -cover -covermode=count -coverprofile=cover.profile && go tool cover -html=cover.profile && rm cover.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment