summaryrefslogtreecommitdiff
path: root/coverage/annotate.py
Commit message (Collapse)AuthorAgeFilesLines
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
|
* HTML reporting, phase 0.Ned Batchelder2009-04-201-19/+3
|
* Line length < 80.Ned Batchelder2009-04-191-3/+3
|
* Annotated files are only created for source files relative to the current ↵Ned Batchelder2009-04-191-12/+20
| | | | | | | | directory. When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide. --HG-- rename : test/farm/annotate/gold_anno_dir/a.py,cover => test/farm/annotate/gold_anno_dir/a_a.py,cover rename : test/farm/annotate/gold_anno_dir/b.py,cover => test/farm/annotate/gold_anno_dir/b_b.py,cover
* Remove debugging trace.Ned Batchelder2009-04-181-1/+0
|
* More annotate tests, but something is amiss.Ned Batchelder2009-04-181-0/+3
|
* 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