Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Bullseye Code Coverage #1432

Jonathan ·
Dear all,

My company uses BullseyeCoverage from http://www.bullseye.com to measure our unit test coverage with respect to C/C++ code.

* Does QuickBuild support or are there any plans to support this via a report plugin?
- or -
* Has anyone written a QuickBuild plugin to report the BullseyeCoverage XML file similar to the way Cobertura is reported?

Many thanks
Jonathan Oulds.
  • replies 5
  • views 4922
  • stars 0
robinshen ADMIN ·
Hi Jonathan,

I've filed a feature request for this:
http://track.pmease.com/browse/QB-918

However we will only implement this if there are enough votes for this from different companies. You may consider to write custom plugin for this if you can not wait.

Regards
Robin
Jonathan ·
steveluo ADMIN ·
Hi Jonathan,

I just navigated bullseye's website and didn't find any specification on its XML report schema, if you know, please tell me, or you may attach some sample XML output files to the issue QB-918. We are working hard on QuickBuild 5.0, so I can't tell when we can support it out of the box, sorry.

But I find below tool which can convert bullseye report to emma report, so it may help you (I haven't do any test).
http://code.google.com/p/cover2emma/

Regards

Steve
Jonathan ·
Thank you for your suggestion,

Although it is not perfect, Cover2Emma certainly goes some way to solving the issue. I will update this thread when I have a proper schema for the BullseyeCoverage XML format.

Regards
Jonathan
Jonathan ·