Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -0/+4 |
| | |||||
* | The CodeUnit relative decision was wrong in the case that the module was ↵ | Ned Batchelder | 2009-04-19 | 1 | -1/+7 |
| | | | | specified relatively to begin with. | ||||
* | Annotated files are only created for source files relative to the current ↵ | Ned Batchelder | 2009-04-19 | 1 | -1/+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 | ||||
* | If a module was loaded from a .pyc, report its file as .py | Ned Batchelder | 2009-04-15 | 1 | -0/+3 |
| | |||||
* | FileLocator is a better name than FileWrangler. | Ned Batchelder | 2009-03-11 | 1 | -7/+7 |
| | |||||
* | Split out the filename operations; Morf -> CodeUnit. | Ned Batchelder | 2009-03-11 | 1 | -0/+70 |
--HG-- rename : coverage/morf.py => coverage/codeunit.py |