Created
November 13, 2024 16:45
-
-
Save chris-ramon/46359332edca349bfae10d32adb3b04a to your computer and use it in GitHub Desktop.
golang.sh
This file contains 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 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