Merging coverage reports with Bullseye

I've previously recommended Bullseye. And there is another nifty feature with Bullseye you should know; the ability to merge reports. This is pretty useful when you have one report from your unit tests and one from some other type of test run. Use this command to merge reports with Bullseye:

 covmerge.exe -c -fMergedData.cov file1.cov file2.cov