Skip to content

Instantly share code, notes, and snippets.

@canthefason
Last active September 4, 2015 17:29
Show Gist options
  • Save canthefason/5b57bb2b2abbe1eac082 to your computer and use it in GitHub Desktop.
Save canthefason/5b57bb2b2abbe1eac082 to your computer and use it in GitHub Desktop.
golang test coverage
go test -coverprofile=cover.out
go tool cover -html=cover.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment