Golang coverage: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 July 2022

  • curprev 04:0904:09, 18 July 2022Will talk contribs 272 bytes +272 Created page with "Go ships with a test coverage measuring tool. = Usage = <blockquote> <syntaxhighlight lang="bash"> go test -coverprofile=out.cov ./... # report coverage to 'out.cov' go tool cover -html=out.cov # open report in web </syntaxhighlight> </blockquote><!-- Usage -->"