Build succeeded with 0 % coverage!!!
Build succeeded with 0 % coverage!!!
Hi,
I am using NAnt script to run NCover, NUnit. My build gets succeeded every time w/o any errors, but the branch and symbol coverage remains 0 %. What should i do?
Please help...
NAnt script looks like this
<ncover program="C:\Program Files\NCover\NCover.Console.exe" commandLineExe="C:\Program Files\NUnit.2.4.8\nunit-console-x86.exe" logLevel="Verbose" commandLineArgs="E:\AmplaProjects\Applications\Trunk\Code\Testing.UnitTests\bin\Debug\Citect.Ampla.Testing.UnitTests.dll /run:Citect.Ampla.Downtime.Server.DataDelivery.DowntimeEndDataSubmission_UnitTests
/include Complete /nologo /nodots /noshadow " verbose="true" logFile="c:\Reports\Downtime\coverage.log" workingDirectory="E:\AmplaProjects\Applications\Trunk\Code" coverageFile="c:\Reports\Downtime\Unit.Test.Coverage.xml">
</assemblies>
Thanks in advance!!
RE: Build succeeded with 0 % coverage!!!
responded to the other post http://www.ncover.com/forum/show_topic/1046