My First Post      My Facebook Profile      My MeOnShow Profile      W3LC Facebook Page      Learners Consortium Group      Job Portal      Shopping @Yeyhi.com

Pages










Wednesday, April 11, 2012

Covmerge : Merging two Bullseye Code coverage reports

Merge or combine two .COV Files
Bullseye is a nice tool for Code coverage computation. And I have been using it for quite some years now. There is a pretty nice feature about bullseye utility which we tend to forget in our day to day work with it.
This feature of Bullseye you should know. It is 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. Particularly useful in following scenarios:
Merge two Bullseye reports .cov files together
how to Merge Bullseye code coverage reports gathered from different test runs
Merging Blackbox test automation code coverage reports with White box API Unit testcase coverage report

Whatever be your objective, Use this command to merge reports with Bullseye:
covmerge.exe -c -fMerged.cov file1.cov file2.cov

Obviously, for this command to Work, the bullsye installation directory path must be in your environment variables. ;)

Tell me how did you use this utility.
For more tutorials on Bullseye, see my earlier posts. You can read details, download the tutorial and software directly from BullsEye Official Website

5 comments:

  1. Faultless and amazing online journal!
    linkedin

    ReplyDelete
  2. Going to graduate school was a positive decision for me. data center facilities

    ReplyDelete
  3. Your content is nothing short of brilliant in many ways. I think this is engaging and eye-opening material. Thank you so much for caring about your content and your readers. Lawn deigns 2019

    ReplyDelete
  4. I am trying to merge, 236 coverage files into 1. How much time does it take?

    ReplyDelete