Fix for LCOV to Cobertura XML converter
Project description
- Converts code coverage report files in lcov format to Cobertura’s XML
report format so that CI servers like Jenkins can aggregate results and determine build stability etc.
>>> from lcov_cobertura import LcovCobertura >>> LCOV_INPUT = 'your lcov input' >>> converter = LcovCobertura(LCOV_INPUT) >>> cobertura_xml = converter.convert() >>> print(cobertura_xml)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lcov_cobertura_fix-1.6.1a2.tar.gz
.
File metadata
- Download URL: lcov_cobertura_fix-1.6.1a2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ec4c638d2d0293374e065a2c7d5733c4210e3e812a000af3bfca579af3aeaec |
|
MD5 | 623c18ad026af17bf649beea9a329ae3 |
|
BLAKE2b-256 | 85a373bc44a698b97e24bc01e57633e532a11de67e514518a8e1e3c30425d61a |