I have added the following to my dashboard.config in the <buildPlugins>
node:
<htmlReportPlugin description="Code Cover Summary"
actionName="viewReport" htmlFileName="coverage-summary.html" />
I have a merge task in my nant script to merge the file:
<publishers>
<merge>
<files>
<file>$(Artifacts)\$(ProjectName)\$(ProjectName)-UnitTestsResults.xml</file>
<file>$(Artifacts)\$(ProjectName)\Coverage-Summary.html</file>
</files>
</merge>
<xmllogger />
<statistics />
<modificationHistory
onlyLogWhenChangesFound="false" />
</publishers>
If I look in the artifacts folder for the project the html is there and if
I double click on it it opens fine. But when I click on the link for the
coverage report it gives me "Unable to open file" message (it doesnt give
me the name\path of the file its trying to open.)
As a side note the unit test results report opens just fine.
Any ideas what I am missing?
--
---
You received this message because you are subscribed to the Google Groups
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.