No description
  • HTML 56.5%
  • Go 33.8%
  • Nix 9.7%
Find a file
2026-05-03 16:24:56 +02:00
vendor first commit 2026-05-03 16:24:56 +02:00
.gitignore first commit 2026-05-03 16:24:56 +02:00
flake.lock first commit 2026-05-03 16:24:56 +02:00
flake.nix first commit 2026-05-03 16:24:56 +02:00
go.mod first commit 2026-05-03 16:24:56 +02:00
go.sum first commit 2026-05-03 16:24:56 +02:00
index.tmpl.html first commit 2026-05-03 16:24:56 +02:00
main.go first commit 2026-05-03 16:24:56 +02:00
README.md first commit 2026-05-03 16:24:56 +02:00

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