File: coverage.sh

package info (click to toggle)
golang-github-emicklei-go-restful 3.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 792 kB
  • sloc: makefile: 9; sh: 6
file content (2 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (7)
1
2
go test -coverprofile=coverage.out
go tool cover -html=coverage.out