github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/test/coverage (about) 1 #!/bin/sh 2 go test -coverprofile=coverage.out "$@" 3 go tool cover -html=coverage.out