Work in progress. Not useful yet.
This is a simple helper tool for generating XML output in Cobertura format for CIs like Jenkins and others from axw/gocov output.
Just type the following to install the program and its dependencies:
$ go get github.com/axw/gocov/...
$ go get github.com/AlekSi/gocov-xml
gocov-xml
reads from the standard input:
$ gocov test net/http | gocov-xml > coverage.xml