Skip to content

Instantly share code, notes, and snippets.

@novalagung
Forked from ammario/goth
Last active November 23, 2023 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save novalagung/989344aa8ebc72a13088c812dc6c41eb to your computer and use it in GitHub Desktop.
Save novalagung/989344aa8ebc72a13088c812dc6c41eb to your computer and use it in GitHub Desktop.
golang test coverage html
#!/bin/bash
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