summaryrefslogtreecommitdiff
path: root/coverage/summary.py
Commit message (Expand)AuthorAgeFilesLines
* Print reporting error message so that it fits better.Ned Batchelder2009-05-261-1/+1
* coverage._analyze is a non-public function.Ned Batchelder2009-05-171-1/+1
* When printing exceptions in a report, just use the name of the exception.Ned Batchelder2009-05-171-1/+1
* How quickly can I fix, re-break, and re-fix a bug?Ned Batchelder2009-05-111-1/+1
* Remove some lambdasNed Batchelder2009-05-111-1/+1
* Reporting on nothing is OK.Ned Batchelder2009-05-111-1/+1
* No need for coverage.analysis to return the filename, it's a property on the ...Ned Batchelder2009-03-131-1/+1
* 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