Is there a way to append coverage report instead of overwrit

Is there a way to append coverage report instead of overwrit

I am trying to use NCover during automatic build process when several tests are running in succession and only the last test is reported. Is there a way to append coverage report instead of overwriting it?

- Alexey.


Re: Is there a way to append coverage report instead of overwrit

Just to clarify - you are running multiple instances of NCover? For the same application code and want to see a combined result?

If so, then you just specify a different coverage.xml file name for each running instance. Then you can use NCoverExplorer.Console to merge the results together.