[Bamboo Knowledge Base]
If your organisation uses the Atlassian Clover code-coverage tool, Bamboo can record code-coverage details (i.e. the percentage of code covered by tests) for each build result.
This is only available if the build's plan specifies a Clover directory (for details please refer to the Enabling the Clover add-on).
Bamboo also provides data on code-coverage trends for a plan over a period of time. For details see the Related pages at right.
Where Clover generates an HTML report (created by default in automatic integration), you can examine the report in the build job summary page. To view the report:
Screen shot: the Clover tab for Bamboo 5.6.1 and later.
Screen shot: the Clover tab for Bamboo 5.6.0 and earlier versions. Only one report is shown. You can access other reports using the Artifacts tab.
The Clover tab is not available on the Build summary page - you must navigate to the Job summary. This is because your build may contain multiple jobs, each of which may have its own Clover report.
If your build generates a Clover XML report but not the HTML report, then the Clover Report artifact is not available on the Artifacts tab, however the build job summary page will contain a few code coverage statistics:
TIP: This usually happens for manual Clover integration. In case you want to see the full Clover report, configure it as described on Enabling the Clover add-on page.
The content of the Clover HTML report is discussed in detail on the Clover Documentation Home - 4. Understanding Reports page. For completeness, an example Clover Code Coverage HTML report is shown below.