gocov-xml

command module
v0.0.0-...-3aa303d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2022 License: MIT Imports: 10 Imported by: 0

README

gocov XML (Cobertura) export

This is a simple helper tool for generating XML output in Cobertura format for CIs like Jenkins, vsts and others from github.com/axw/gocov output. The generated XML output is in the latest coverage-04.dtd schema

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

  • -b /base/path specified base path instead of the current working directory

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 -b /base/path > coverage.xml

Authors

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL