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
lcov_cobertura-1.6.tar.gz
(6.3 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.6.tar.gz.
File metadata
- Download URL: lcov_cobertura-1.6.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4993d8a296f2a4b29287849be5af53ed85c0532f7d46cc25b8d3afa4375909
|
|
| MD5 |
181d336280230414f045e5c26aacd4ce
|
|
| BLAKE2b-256 |
2ce0e154d5a776b3536c317ff205baac3906207db120feb5ff39c4c948b3353a
|
File details
Details for the file lcov_cobertura-1.6.macosx-10.10-x86_64.exe.
File metadata
- Download URL: lcov_cobertura-1.6.macosx-10.10-x86_64.exe
- Upload date:
- Size: 67.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51430fa19702fac8e4441710e47aee875b08bab756d785c0fabccbc624953038
|
|
| MD5 |
79af809f48c1220897b2c2ebb2cde71e
|
|
| BLAKE2b-256 |
7737cedfdd9d521af2e53a7aaa774afae377630cbf292d3089dfab1852536975
|