opencover - Using report generator to view your code coverage
Sometimes you might want to try viewing your code coverage report locally on your machine.
To do that, you can download report generator and then unzip it. Then find your opencover.xml and then use the following command to generate html report (index.html) into a directory of your choice.
In this example, we are going to generate to a target directory called d:\tmp\
ReportGenerator.exe -reports:opencover.xml -targetdir:d:\tmp
Sorry can't provide the screenshot - it is bad, trust me! :)
Comments