If your organization 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 は、あるプランの一定期間におけるコード カバレッジの傾向に関するデータも提供します。詳細については、右側の関連ページを参照してください。
ジョブの Clover HTML レポート
Clover が HTML レポートを生成する場合(自動統合では既定で作成)、ビルド ジョブの要約ページでレポートを調べることができます。レポートを表示するには、次の手順を実行します。
- プランの要約に移動します。
- 関連するビルド番号を選択します。
- 適切なジョブを選択します。
- [Clover] タブをクリックしてレポートを開きます。ジョブで複数のレポートが生成される場合は、リストが表示され、それらを切り替えることができます。
スクリーン ショット: Bamboo 5.6.1 以降の [Clover] タブ。
スクリーン ショット: Bamboo 5.6.0 以前の [Clover] タブ。レポートが 1 つだけ表示されています。他のレポートにアクセスするには、[アーティファクト] タブを使用します。
[ビルド概要] ページに [Clover] タブは表示されません。[ジョブ概要] に移動する必要があります。これは、ビルドに複数のジョブが含まれていて、それぞれに独自の Clover レポートがある可能性があるためです。
ジョブの Clover 統計レポート
ビルドで Clover XML レポートは生成されるが、HTML レポートが生成されない場合、Clover レポートのアーティファクトは [アーティファクト] タブに表示されませんが、ビルドのジョブ概要ページにいくつかのコード カバレッジ統計が含まれています。
- プランの要約に移動します。
- 関連するビルド番号を選択します。
- 適切なジョブを選択します。
- [Clover] タブをクリックしてレポートを開きます。
TIP: This usually happens for manual Clover integration. In case you want to see 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.
トラブルシューティング
The Clover tab shows the directory listing instead of the HTML report
Please check which artifact handler you use. The Amazon S3 Artifact Handler serves files on a one-by-one basis, instead of exposing all files as a static web site. To change this, open Configure plan and on the Miscellaneous tab select the Use custom artifact handler settings check-box. Then select Server-Local Artifact Handler for shared and non-shared artifacts and finally re-run the build. See this bug report: CLOV-1560.



