This is the documentation for Clover 4.0. View this page for the

Unknown macro: {spacejump}

of Clover, or visit the latest Clover documentation.

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} macro.

The 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}
  • No labels