Html | The default output format. Creates a summary overview (index.html) and detailed reports for each class. |
Html_Light | Same as Html but with a light theme. |
Html_Dark | Same as Html but with a dark theme. |
Html_BlueRed | Same as Html but with the colors blue/red instead of green/red. |
HtmlSummary | Creates a single HTML file (summary.html) without links. |
Html_BlueRed_Summary | Same as HtmlSummary but with the colors blue/red instead of green/red. |
HtmlChart | Creates a single HTML file containing a chart with historic coverage information. |
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 Azure DevOps (VSTS), since they may block referenced CSS and JavaScript files. |
HtmlInline_AzurePipelines | Same as HtmlInline but with an adaptive light/dark theme matching the look and feel of Azure Pipelines |
HtmlInline_AzurePipelines_Light | Same as HtmlInline but with a light theme matching the look and feel of Azure Pipelines. |
HtmlInline_AzurePipelines_Dark | Same as HtmlInline but with a dark theme matching the look and feel of Azure Pipelines. |
MHtml | Same as HTML but packaged into a single MHTML file. |
Clover | Creates a XML file in Clover format. This format integrates with tools like Atlassian Bamboo. |
Cobertura | Creates a XML file in Cobertura format. This format integrates with tools like Azure DevOps (VSTS) or Jenkins. |
OpenCover | Creates a XML file in OpenCover format. |
SonarQube | Creates a XML file in SonarQube 'Generic Test Data' format. |
lcov | Creates a text file in 'lcov' format. |
TeamCitySummary | Command line output interpreted by TeamCity. |
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 | 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. |
MarkdownSummary | Creates a single Markdown file containing coverage information per class. |
MarkdownAssembliesSummary | Creates a single Markdown file containing coverage information per assembly. |
MarkdownSummaryGithub | Creates a single Markdown file containing coverage information per class. The report is optimized for GitHub. |
MarkdownDeltaSummary | Creates a single Markdown file containing delta coverage information. |
TextSummary | Creates a single TXT file containing coverage information per class. |
TextDeltaSummary | Creates a single TXT file containing delta coverage information. |
JsonSummary | Creates a single JSON file containing a summary for all classes. |
CodeClimate | Creates a single JSON file containing a (Gitlab) code climate report. |
CsvSummary | Creates a single CSV file containing coverage information per class. |
SvgChart | Creates a single SVG file containing a chart with historic coverage information. |
Badges | Creates SVG files that show line and/or branch coverage information. |