Hi
I want sample for Analyse.xml file for Code coverage through dotcover
I have test cases written in MbUnit, we run them using Gallio

i have created the following but its no working properly

<?xml version="1.0" encoding="utf-8"?>
<AnalyseParams>
        <Executable>C:\Program Files\Gallio\bin\Gallio.Echo.exe</Executable>
        <Arguments>C:\Test\bin\Debug\Test.dll</Arguments>
        <WorkingDir>C:\Test\bin\Debug</WorkingDir>
        <Output>C:\Documents and Settings\Chittooril\Desktop\Output.xml</
Output>
</AnalyseParams>

i am not getting the code coverage in the report XML

i am just getting the coverage for Gallio and Gallio.Echo Assemblies
not for any other Assemblies

-- 
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mbunituser?hl=en.

Reply via email to