Skip to content
bootstraponline edited this page Jul 13, 2017 · 6 revisions

Code coverage

Print coverage

  • go test -cover

HTML coverage report

  • go test -coverprofile=coverage.out
  • go tool cover -html=coverage.out

Clone this wiki locally