Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleGenerate Reports
linenumberstrue
# HTML Report File
go tool cover -html all.out -o coverage.html

# Function Coverage Report
go tool cover -htmlfunc all.out -o coverage.html