Last active
June 10, 2017 12:49
-
-
Save thomersch/d48de1a8be55a47ab2f9 to your computer and use it in GitHub Desktop.
Go Test Coverage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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