| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -5/+5 |
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -1/+3 |
* | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 1 | -1/+1 |
* | Modernize annotate.py | Ned Batchelder | 2014-05-18 | 1 | -43/+35 |
* | Include all files when annotating, not just relative ones. #57 | Ned Batchelder | 2014-05-18 | 1 | -3/+0 |
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -1/+0 |
|\ |
|
* | | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 1 | -3/+4 |
|/ |
|
* | Refactor reporters so the config is part of construction, and is then availab... | Ned Batchelder | 2012-04-19 | 1 | -4/+4 |
* | Pass config objects around to limit the sprawl of argument lists. | Ned Batchelder | 2010-09-02 | 1 | -2/+2 |
* | Omit and include are now filename patterns rather than prefixes. BACKWARD IN... | Ned Batchelder | 2010-05-23 | 1 | -6/+2 |
* | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -7/+9 |
* | Change 'requires' to 'include'. | Ned Batchelder | 2010-05-15 | 1 | -4/+4 |
* | add a --require option to specify directories which are required to be at the... | Zooko Ofsimplegeo | 2010-04-19 | 1 | -3/+9 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -9/+9 |
* | Refactor the analysis results so we aren't passing so many tuples around. | Ned Batchelder | 2009-10-15 | 1 | -1/+5 |
* | 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 |