|
Clover 2.1 Documentation
|
DescriptionThe <clover-pdf-report> task generates a PDF report with sensible default settings. If configured, a history point is also generated prior to generation of the full report. For more configuration options, use the <clover-report> task. Parameters
Examples<clover-pdf-report outfile="clover_coverage.pdf"/>
This is the simplest way to generate a pdf report. It will be written to the file "clover_coverage.pdf". <clover-pdf-report outfile="clover_coverage.pdf" historydir="clover/historypoints" title="MyProject Coverage"/> This will generate a report in the current directory called "clover_coverage.pdf". A history point will be created in the "clover/historypoints" directory, and all history points in that directory will be used to generate the historical section of the report. The report will be titled "MyProject Coverage". |
