From cover.out to a beautiful, shareable coverage dashboard in one command.
sixtine-coverage turns raw Go coverage into a visual report your team can read in seconds.
It works great for local development, CI artifacts, and review workflows.
4xx, 5xx, -1)


go test -coverprofile=cover.out ./...
go install github.com/sixtineai/sixtine-coverage@latest
sixtine-coverage -coverage cover.out -codebase . -out coverage.html
Open coverage.html in your browser.
sixtine-coverage \
-coverage cover.out \
-codebase . \
-route-coverage route-coverage.rcov \
-out coverage.html
Want to test now without your own project?
If this saves you time, star the repo and share it with your Go team.