NCover Console Included Types
NCover Console Included Types
I wanted to only include namespaces that started with BLAH.
Passing in the command line arg //it "BLAH*" didn't work and generated a blank report (Symbol Coverage: N/A (0 of 0) etc.).
Passing in //it "BLAH.*" did work.
I'm not sure if it's a bug or a feature, but I found it a bit annoying.
RE: NCover Console Included Types
It must be a valid regular expression and not a pattern. The first item was not a valid regular expression.
If you would like to post process the list (Cover everything but report on less) we recommend you use the filters option.
Filters allow you to use the pattern that you used above. This is the //cf option
http://www.ncover.com/documentation/3/reporting/commandline/buildserver#cf
Feel free to contact us with any additional questions.
Joe