Skip to content

Instantly share code, notes, and snippets.

@elchead
Created July 3, 2022 05:31
Show Gist options
  • Save elchead/9e6de16d8ca20f304ae43a89ea3bfdc0 to your computer and use it in GitHub Desktop.
Save elchead/9e6de16d8ca20f304ae43a89ea3bfdc0 to your computer and use it in GitHub Desktop.
Go test coverage
# go get golang.org/x/tools/cmd/cover
# in Go 1.19 go build -cover ?
go test -coverprofile=coverage.out ./... ; go tool cover -html=coverage.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment