Skip to content

Instantly share code, notes, and snippets.

@sohlich
Created November 5, 2015 21:28
Show Gist options
  • Save sohlich/f4c7d9af2043200bfe84 to your computer and use it in GitHub Desktop.
Save sohlich/f4c7d9af2043200bfe84 to your computer and use it in GitHub Desktop.
Test coverage in html for GO
go test -coverprofile cover.out
go tool cover -html=cover.out -o cover.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment