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
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.1.1.tar.gz
(63.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lcov_cobertura-1.1.1.tar.gz.
File metadata
- Download URL: lcov_cobertura-1.1.1.tar.gz
- Upload date:
- Size: 63.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a41ddaceb99c3ea98b6b063a65335242c855774c3447ea4270ef6c5331b1530
|
|
| MD5 |
433bf2f7b0a6d5fb5e0224eafd33b321
|
|
| BLAKE2b-256 |
1c4fdb4dd9947d8b203140f4772202a273ba862f44920ce2d7cc45a6f721f7d7
|
File details
Details for the file lcov_cobertura-1.1.1.macosx-10.8-intel.exe.
File metadata
- Download URL: lcov_cobertura-1.1.1.macosx-10.8-intel.exe
- Upload date:
- Size: 66.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64ac528d71b2cdc11f3812ad06eddb99166088d29a397c0e512ae22d60f6dc21
|
|
| MD5 |
6cf57ee50b9070d79869f613ede381ce
|
|
| BLAKE2b-256 |
f6a51b2bf1310e7e506412f505b06893a4de2363e340f6631806448697099665
|