Menu

#32 Provide an Ant Task to Generate Historical Coverage Report

Next Release
open
nobody
5
2004-09-08
2004-09-08
No

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.

Discussion