File: test.sh

package info (click to toggle)
golang-github-brentp-irelate 0.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 12,624 kB
  • sloc: makefile: 10; python: 5; sh: 4
file content (3 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
rm -f cov.out
go test -coverprofile cov.out
go tool cover -html cov.out