|
|
|
@ -41,7 +41,7 @@ |
|
|
|
</Target> |
|
|
|
|
|
|
|
<Target Name="Coverage" DependsOnTargets="Compile"> |
|
|
|
<Exec Command="ncover.console.exe ..\lib\Gallio_3.1.397.0\bin\Gallio.Echo.exe ..\src\UnitTests\bin\Debug\MathNet.Numerics.UnitTests.dll //pm gallio.host.exe //eas zlib.net;MathNet.Numerics.UnitTests //et .*Resources;.*Exception //p "Math.NET Numerics"" /> |
|
|
|
<Exec Command="ncover.console.exe ..\lib\Gallio_3.1.397.0\bin\Gallio.Echo.exe .\bin\MathNet.Numerics.UnitTests.dll //pm gallio.host.exe //eas zlib.net;MathNet.Numerics.UnitTests //et .*Resources;.*Exception //p "Math.NET Numerics"" /> |
|
|
|
<Exec Command="ncover.reporting.exe coverage.xml //or FullCoverageReport:Html //op NCoverReport" /> |
|
|
|
</Target> |
|
|
|
|
|
|
|
|