summaryrefslogtreecommitdiff
path: root/coverage/summary.py
Commit message (Collapse)AuthorAgeFilesLines
...
* No need for coverage.analysis to return the filename, it's a property on the ↵Ned Batchelder2009-03-131-1/+1
| | | | CodeUnit passed in.
* Start moving common reporter functionality into Reporter.Ned Batchelder2009-03-131-11/+18
|
* Use write instead of printNed Batchelder2009-03-131-11/+12
|
* Refactor the annotate code into annotate.pyNed Batchelder2009-03-131-4/+4
|
* Refactor the reporting function into the SummaryReporter class.Ned Batchelder2009-03-121-0/+66