summaryrefslogtreecommitdiff
path: root/coverage/report.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Treat missing source files nicer.Ned Batchelder2009-10-251-3/+2
|
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-151-2/+1
|
* HTML report includes non-relative code units also. Fixes issue #11, though ↵Ned Batchelder2009-09-261-2/+0
| | | | the paths displayed in the HTML are kind of heinous.
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-231-1/+0
|
* coverage._analyze is a non-public function.Ned Batchelder2009-05-171-1/+1
|
* Change how data is harvested from the collector to simplify api use.Ned Batchelder2009-05-051-3/+2
|
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
|
* Clean up.Ned Batchelder2009-04-211-0/+4
|
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+27
|
* Pylint tweaksNed Batchelder2009-04-121-1/+3
|
* Start moving common reporter functionality into Reporter.Ned Batchelder2009-03-131-0/+30