I saw several examples that use gallio, for example:
Gallio.Echo.exe Widget.Tests.dll /runner:NCover /runner-property:NCoverCoverageFile='C:\Temp\WidgetCoverage.xml' /runner-property:NCoverArguments='//eas .*.Tests;Gallio;MbUnit;OtherIgnoredAssembly'
When I run this, it gives me an error message that "// eas. * .Tests; Gallio; MbUnit; OtherIgnoredAssembly" could not be found? I am looking for an example of how to use NCoverAgurments correctly for 1.5.8? Do I need to register the CoverLib.lib COM object as well?
source
share