Can't get Ncover.Reporting.exe to produce a report
Can't get Ncover.Reporting.exe to produce a report
I am trying to get NCover.Reporting.exe to actually produce a report, but it isn't working.
Here is how I am calling it:
"C:\Program Files\NCover\NCover.Reporting.exe" C:\projects\TheProject\AutomatedBuildFiles\Artifacts\TheProjectClient\CoverageResults\coverage.xml /op C:\projects\TheProject\AutomatedBuildFiles\Artifacts\TheProjectClient\CoverageResults\FullReport /r:FullCoverageReport
NCover says that the reporting succeeded...
Processing report settings from the command line.
Execution Time: 782 ms
All reports succeeded.
... but nothing is ever produced. I am calling the NCover.Reporting.exe from inside of a MSBuild script.
Thanks for your help.
RE: Can't get Ncover.Reporting.exe to produce a re
It shouldn't tell you that reporting succeeded. If you change the command line to look like this it should work:
"C:\Program Files\NCover\NCover.Reporting.exe" C:\projects\TheProject\AutomatedBuildFiles\Artifacts\TheProjectClient\CoverageResults\coverage.xml //op C:\projects\TheProject\AutomatedBuildFiles\Artifacts\TheProjectClient\CoverageResults\FullReport //or FullCoverageReport