Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 366 Bytes

Available Themes

golang

This is the default theme:

$ gocov test strings | gocov-html -t golang > strings.html

golang theme screenshot

kit

Uses the AdminKit theme:

$ gocov test encoding/csv strings | gocov-html -t kit > strings.html

kit theme screenshot