This package browser is in early development. Mind the rough edges.

lcov-cobertura 2.1.1

LCOV to Cobertura XML converter

The lcov-to-cobertura Python module converts code coverage report files in the lcov format to the XML format of Cobertura, a Java code coverage tool. It allows continuous integration servers like Jenkins to aggregate results and determine build stability.

Installation

Install lcov-cobertura 2.1.1 as follows:

guix install lcov-cobertura@2.1.1

Or install the latest version:

guix install lcov-cobertura

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.