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.3.tar.gz
(63.2 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.3.tar.gz.
File metadata
- Download URL: lcov_cobertura-1.3.tar.gz
- Upload date:
- Size: 63.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26f7cdb4fd74be93eeaf714076279a447536283d364a13f686257ba1e8dc1fba
|
|
| MD5 |
e27c6c4cfd512c5b9fd4f9f9b40dfb8f
|
|
| BLAKE2b-256 |
3169023a14a2fd4e609c3f01a5d02560bae2d6ef1c1c46a8d974041f7a7ddfc6
|
File details
Details for the file lcov_cobertura-1.3.macosx-10.8-intel.exe.
File metadata
- Download URL: lcov_cobertura-1.3.macosx-10.8-intel.exe
- Upload date:
- Size: 66.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42ed4a0d1210f3cfba27a58bca716bb40300fb493526928e8db1f95a98fef436
|
|
| MD5 |
a043c952c819c46d6eb47c3916bc704b
|
|
| BLAKE2b-256 |
0184d7e5d5a9f192dbec8f3498dab35fc4a3d9006ac5cea6a7b8f5ad9a7ff018
|