.net - How can I specify a large number of files for an NCOVER merge operation? -


I have a large acceptance test suite that runs source applications multiple times, creating a NCOVER report for every run After each trial, it merges the generated code coverage report for a whole application in a large "Master" coverage report.

My concern is that I am running into a problem, because the merge operation is parsing large coverage files for every test.

I can file more than one coverage in NCover.Reporting.Exe , which actually merge, but when I try to pass them all, one I am running operating system boundaries on the length of the command line.

What does NCover.Reporting list some types of input coverage that I can save in a file, and does it merge all the reports at once?

I merge 25-50 at a time, in the end, take them and merge them together Please.

Can I ask why you are running each test. Are you using the feature only the device you are running or all your coverage files are too big?

You can also email support, they may have a better option.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -