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
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.