command
module
Version:
v0.0.0-...-2e829dc
Opens a new window with list of versions in this module.
Published: Nov 11, 2013
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gocov XML (Cobertura) export
This is a simple helper tool for generating XML output in Cobertura format
for CIs like Jenkins and others
from github.com/axw/gocov output.
Installation
Just type the following to install the program and its dependencies:
$ go get github.com/axw/gocov/...
$ go get github.com/AlekSi/gocov-xml
Args
-pwd
using current path as base path.
-b /base/path
specified base path
Usage
gocov-xml
reads from the standard input:
$ gocov test github.com/gorilla/mux | gocov-xml > coverage.xml
$ gocov test github.com/gorilla/mux | gocov-xml -pwd > coverage.xml
$ gocov test github.com/gorilla/mux | gocov-xml -b /base/path > coverage.xml
Authors
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.