Coverage across re-starts
Our automated testing involves stop and starting our service which means the coverage data is dumped on the first stop and the rest of the run id not included.
Is there a handy way to always have the process be started with NCover and to have the results across all of these merged into one results file\report as opposed to them being seperate NCover runs?
Thanks!