|
I got an error message on attempting to generate a report from a OpenCover xml file.
This is the command that I ran
ReportGenerator.exe -reporttypes:Html -sourcedirs:"C:\Projects\TestCoverageDemoLibrary" -targetdir:C:\Utils\ReportGenerator_1.4.1.0\bin -reports:coverage.xml
Error message
The report file 'coverage.xml' does not exist.
The downloaded zip file does not have any xml files and I am not sure what I am missing.
|