cmd/go: go test -cover & go test -coverprofile should always output a coverage · Issue #24570 · golang/go

Description Now in 1.10 when go test -cover supports multiple packages, I would expect it to print out a percentage for all packages (including those missing tests). And for go test -coverprofile, ...