lcov_cobertura

LCOV to Cobertura XML converter
Download

lcov_cobertura Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Eric Wendelin
  • Publisher web site:
  • http://eriwen.github.com/

lcov_cobertura Tags


lcov_cobertura Description

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.extDA:1,1DA:2,0end_of_record' >>> converter = LcovCobertura(LCOV_INPUT) >>> cobertura_xml = converter.convert() >>> print cobertura_xmlProduct's homepage


lcov_cobertura Related Software