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.
- Outputs:
out
- Website: https://eriwen.github.io/lcov-to-cobertura-xml/
- Licenses: ASL 2.0
- Package source: gnu/packages/code.scm
- Builds: See build status
- Issues: See known issues
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.