sixtine-coverage

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.

Live demo report

Why use it

What you can show in demos

Screenshots

Dashboard

Dashboard

File and folder drill-down

Files list Explorer and highlighted source Files sorted by coverage

Routes view

Route coverage summary

2-minute quickstart

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.

Route coverage quick add-on

sixtine-coverage \
	-coverage cover.out \
	-codebase . \
	-route-coverage route-coverage.rcov \
	-out coverage.html

Demo package

Want to test now without your own project?

Use sample-data/README.md.


If this saves you time, star the repo and share it with your Go team.