Skip to content
Daniel Palme edited this page Jul 17, 2016 · 30 revisions

What's the difference between Html and HtmlSummary report?

HtmlSummary creates a single HTML file summary.htm (without links).
Html creates the summary as index.htm (with links) and detailed reports for each class.

Can you add feature XYZ to the report?

Just ask or learn how to create Custom reports.

Here you find some samples:

The HTML summary report contains a column for Branch Coverage but no results. How can I get results?

This feature is currently only supported by OpenCover (version 4.5.3207 and above).

I get a FileLoadException when executing ReportGenerator. How can I fix this?

If you use the Nuget package you won't have any problems. It only happens when you use the ZIP download. Make sure to unblock the ZIP file before extracting it.

Since version 2.0.4 this should happen automatically.

Clone this wiki locally