Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Created November 13, 2024 16:45
Show Gist options
  • Save chris-ramon/46359332edca349bfae10d32adb3b04a to your computer and use it in GitHub Desktop.
Save chris-ramon/46359332edca349bfae10d32adb3b04a to your computer and use it in GitHub Desktop.
golang.sh
go clean -testcache && go test -cover -coverprofile=coverage.out ./... && go tool cover -html=coverage.out -o coverage.html; sed -i'' -e's/black/whitesmoke/g' coverage.html && open coverage.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment