Subnavigation

Reporting

Next to the interactive analysis through means of the Coverage Browser tool Coco features the generation of reports in various formats:

  • HTML – View coverage summaries as well as details in any Web browser
  • XML – Raw data export for use in your own post-processing
  • EMMA-XML – For integration into Jenkins with the Emma Plugin
  • Text – Line-based text output that can be configured to your own needs
  • JUnit – A format well understood by other frameworks
  • Cobertura – For integration into CI systems such as SonarQube and Hudson

The export options are available from both CoverageBrowser and the cmreport command line too.

Reporting