Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTML report includes non-relative code units also. Fixes issue #11, though t... | Ned Batchelder | 2009-09-26 | 1 | -0/+3 |
* | Add some excluded lines to the annotation tests, and write some docstrings fo... | Ned Batchelder | 2009-05-13 | 1 | -0/+22 |
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 |
* | HTML reporting, phase 0. | Ned Batchelder | 2009-04-20 | 1 | -19/+3 |
* | Line length < 80. | Ned Batchelder | 2009-04-19 | 1 | -3/+3 |
* | Annotated files are only created for source files relative to the current dir... | Ned Batchelder | 2009-04-19 | 1 | -12/+20 |
* | Remove debugging trace. | Ned Batchelder | 2009-04-18 | 1 | -1/+0 |
* | More annotate tests, but something is amiss. | Ned Batchelder | 2009-04-18 | 1 | -0/+3 |
* | No need for coverage.analysis to return the filename, it's a property on the ... | Ned Batchelder | 2009-03-13 | 1 | -2/+2 |
* | Start moving common reporter functionality into Reporter. | Ned Batchelder | 2009-03-13 | 1 | -7/+6 |
* | Refactor the annotate code into annotate.py | Ned Batchelder | 2009-03-13 | 1 | -0/+75 |