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 = 'SF:foo/file.ext
DA:1,1
DA:2,0
end_of_record
'
>>> converter = LcovCobertura(LCOV_INPUT)
>>> cobertura_xml = converter.convert()
>>> print cobertura_xml
so that CI servers like Jenkins can aggregate results and determine build stability etc.
>>> from lcov_cobertura import LcovCobertura
>>> LCOV_INPUT = 'SF:foo/file.ext
DA:1,1
DA:2,0
end_of_record
'
>>> 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
lcov_cobertura-1.0.tar.gz
(63.1 kB
view details)
Built Distribution
File details
Details for the file lcov_cobertura-1.0.tar.gz
.
File metadata
- Download URL: lcov_cobertura-1.0.tar.gz
- Upload date:
- Size: 63.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d44515def6301eab258fc5c9c3748c8b9b7041abfbe73ce2288f956a2e850e31 |
|
MD5 | 4550523c9874bb4c9aa24682394192f3 |
|
BLAKE2b-256 | 92bcb0fdbb283350c6f56858d2bdb5f51e43a75129e4030ca8b3b919e7808d5e |
Provenance
File details
Details for the file lcov_cobertura-1.0.macosx-10.8-intel.exe
.
File metadata
- Download URL: lcov_cobertura-1.0.macosx-10.8-intel.exe
- Upload date:
- Size: 66.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35c696082dbac0a892bd00051f5ff43c3c3e3d4d83f6021c0a1272443f75e1b6 |
|
MD5 | bc4465defc7f098cf558fe8d9de5f0d0 |
|
BLAKE2b-256 | 6278f2e74292bedc187601eea4d9a57398ee3470c05ef2005139ad807a479148 |