Embedding Clover Data into a Confluence Page

There is currently no native support for embedding Clover in Confluence. Many use cases can be achieved however by using the {html} macroThe following are examples of displaying live Clover data directly in Confluence.

Clover Dashboard

{html}
<iframe 
  src="http://downloads.atlassian.com/software/clover/samples/lucene/dashboard.html"
  width="100%" height="600px"/>
{html}

Project Risks Coverage Cloud

{html}
<iframe 
  src="http://downloads.atlassian.com/software/clover/samples/lucene/proj-risks.html"
  width="100%" height="600px"/>
{html}

 

Note that the HTML macro is not enabled by default in Confluence and generally is not recommended due to the ability to run javascript directly in it.