Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

BullseyeCoverage Code Coverage Analyzer Results

Timothy Calderwood February 26, 2016

We use BullseyeCoverage Code Coverage Analyzer for our C++ source code both on Windows and Linux. Recently we wanted to add coverage results to our Bamboo automated tests. Has anybody been able to get results from Bullseye reports to display in Bamboo like Clover does?

 

Thanks

1 answer

1 vote
rverschoor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 28, 2016

You can use one of the commandline reporting tools like covhtml to generate an HTML report.
Use a Bamboo Script Task to call these tools.

For the build, you then define an artifact that has the HTML and optionally any CSS, JS, etc. files in it.

After Bamboo ran the build, the artifact/s are available in a separate tab.
When you click on the report artifact the HTML report will open.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events