summaryrefslogtreecommitdiff
path: root/coverage/annotate.py
Commit message (Collapse)AuthorAgeFilesLines
* No need for coverage.analysis to return the filename, it's a property on the ↵Ned Batchelder2009-03-131-2/+2
| | | | CodeUnit passed in.
* Start moving common reporter functionality into Reporter.Ned Batchelder2009-03-131-7/+6
|
* Refactor the annotate code into annotate.pyNed Batchelder2009-03-131-0/+75