Provide an Ant Task to Generate Historical Coverage Report
Brought to you by:
groboclown
Provide an Ant Task that will generate a HTML report
over a set period of time for a project.
This task should take the following:
- input file or files (depending on implementation)
- start date
- end date
- report type (optional)
The report type would indicate whether it shows the line
coverage, functional coverage, or both in the resulting
report.
The generated report would contain a Graph showing the
progress or regression of coverage information over the
given start and end date.