Skip to content

Output formats

Daniel Palme edited this page Aug 14, 2018 · 28 revisions

Download sample reports in all available formats

HTML

  • HTML: The default output format. Creates a summary overview (index.htm) and detailed reports for each class.
  • HTMLSummary: Creates a single HTML file (summary.htm) without links.
  • HTMLInline: Same as HTML but CSS and JavaScript is included in every HTML page. This results in larger file sizes, but can be useful for integration into build servers like VSTS, since they may block referenced CSS and JavaScript files.
  • HTMLChart: Creates a single HTML file containing a chart with historic coverage information.
  • MHTML: Same as HTML but packaged into a single MHTML file.

Cobertura

XML

  • XML: Creates a XML file containing a summary for all classes and detailed reports for each class.
  • XMLSummary: Creates a single XML file containing a summary for all classes.

Latex

  • Latex: Creates a single TEX file containing a summary for all classes and detailed reports for each class.
  • LatexSummary: Creates a single TEX file containing a summary for all classes.

Other

  • TextSummary: Creates a single TXT file containing coverage information per class.
  • CsvSummary: Creates a single CSV file containing coverage information per class.
  • Badges: Creates three SVG and two PNG files that show line and/or branch coverage information.
Clone this wiki locally