gocover-cobertura

command module
v0.0.0-...-54fde68 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2021 License: MIT Imports: 8 Imported by: 0

README

gocover-cobertura (fork)

Forked because it was not possible to import and use the Cobertura Coverage definitions as a library.

  • This fork moves the core functionalities of this tool to two packages cobertura and gocover.
  • Added a go.mod file to work with Go modules.
  • I also changed the class.NumLines() function to count the list of lines in the class, instead of the length of all of its methods. This allows it to also work for parsing Cobertura coverage files generated with pytest, while still working for Golang coverages, since the resulting Cobertura compatible XML already contains every source line as both lines and methods.

Fork author: Bart van Oort (bvobart)

Original ReadMe

Build Status Coverage Status

go tool cover XML (Cobertura) export

This is a simple helper tool for generating XML output in Cobertura format for CIs like Jenkins and others from go tool cover output.

Installation

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

$ go get code.google.com/p/go.tools/cmd/cover
$ go get github.com/t-yuki/gocover-cobertura

Usage

gocover-cobertura reads from the standard input:

$ go test -coverprofile=coverage.txt -covermode count github.com/gorilla/mux
$ gocover-cobertura < coverage.txt > coverage.xml

Authors

Thanks

This tool is originated from gocov-xml by Alexey Palazhchenko (AlekSi)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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