No description
- HTML 56.5%
- Go 33.8%
- Nix 9.7%
| vendor | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| index.tmpl.html | ||
| main.go | ||
| README.md | ||
gokov
generate a standalone HTML report from a Go coverage profile.
cd /Users/rc/go/pkg/mod/filippo.io/age@v1.3.1
go test -coverprofile=/Users/rc/coverage.out
generate the HTML report from that profile:
nix run git+https://git.rcast.dev/rc/gokov.git -- -root /Users/rc/go/pkg/mod/filippo.io/age@v1.3.1/ -cover /Users/rc/coverage.out