Skip to content
forked from matm/gocov-html

Produces HTML output from gocov, a coverage testing tool for the Go programming language

License

Notifications You must be signed in to change notification settings

mralves/gocov-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gocov HTML export

This is a simple helper tool for generating HTML output from axw/gocov.

Installation

Just type the following to install the program and its dependencies:

$ go get github.com/axw/gocov/gocov
$ go get github.com/matm/gocov-html

Usage

First generate coverage data with axw's gocov, then use it with gocov-html:

$ gocov test pkg > coverage.json
$ gocov-html coverage.json > pkg.html

About

Produces HTML output from gocov, a coverage testing tool for the Go programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%