[memo][Go] go test coverage 출력 방법

1287 단어 5
go test -cover -coverprofile=cover.out
go tool cover -html=cover.out

그렇다면
no required module provides package .out; to add it:
        go get .out

오류가 발생했습니다.
.out을 취해 본다.
go test -cover -coverprofile=cover
go tool cover -html=cover

갔다.

좋은 웹페이지 즐겨찾기