Skip to main content

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


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_fix-1.6.1a2.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file lcov_cobertura_fix-1.6.1a2.tar.gz.

File metadata

File hashes

Hashes for lcov_cobertura_fix-1.6.1a2.tar.gz
Algorithm Hash digest
SHA256 4ec4c638d2d0293374e065a2c7d5733c4210e3e812a000af3bfca579af3aeaec
MD5 623c18ad026af17bf649beea9a329ae3
BLAKE2b-256 85a373bc44a698b97e24bc01e57633e532a11de67e514518a8e1e3c30425d61a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page