lcov_cobertura

Software Screenshot:
lcov_cobertura
Software Details:
Version: 1.4
Upload Date: 20 Feb 15
Developer: Eric Wendelin
Distribution Type: Freeware
Downloads: 11

Rating: 1.0/5 (Total Votes: 1)

lcov_cobertura 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

Requirements:

  • Python

Similar Software

kramdown
kramdown

20 Feb 15

rst2slides
rst2slides

11 May 15

MIB Smithy SDK
MIB Smithy SDK

18 Feb 15

Comments to lcov_cobertura

Comments not found
Add Comment
Turn on images!