Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Now completely unexecuted source files can be included in reporting. ↵ | Ned Batchelder | 2010-09-03 | 1 | -0/+4 | |
| | | | | Specifying --source tells coverage.py where to search for files that haven't been executed. | |||||
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 1 | -1/+4 | |
| | ||||||
* | Use some strange self.os stuff to hold references to modules so we'll have ↵ | Ned Batchelder | 2010-08-07 | 1 | -4/+8 | |
| | | | | them available when called from atexit(). Fixes issue #71, I think. | |||||
* | Calculate the pid suffix for data files at the end of the process so that ↵ | Ned Batchelder | 2010-03-20 | 1 | -17/+14 | |
| | | | | programs calling os.fork will collect data from both child and parent. Fixes issue #56. | |||||
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -4/+6 | |
| | ||||||
* | Delete files combined during 'coverage combine'. Fixes issue #40. | Ned Batchelder | 2009-12-29 | 1 | -0/+2 | |
| | ||||||
* | Merged default onto config. | Ned Batchelder | 2009-12-03 | 1 | -23/+23 | |
|\ | | | | | | | | | --HG-- branch : config | |||||
| * | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -23/+23 | |
| | | ||||||
* | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 1 | -4/+3 | |
|/ | | | | | --HG-- branch : config | |||||
* | Clean up. | Ned Batchelder | 2009-11-08 | 1 | -4/+19 | |
| | ||||||
* | Better reporting of partial lines, including leaving out partial stuff ↵ | Ned Batchelder | 2009-10-27 | 1 | -0/+5 | |
| | | | | altogether if no arcs were measured. | |||||
* | Everything should derive from object. | Ned Batchelder | 2009-10-24 | 1 | -1/+1 | |
| | ||||||
* | Start unit testing the arc measurement. In arcs, -1 means enter or exit. | Ned Batchelder | 2009-10-16 | 1 | -0/+4 | |
| | ||||||
* | Don't write arcs if there are none, and an ad-hoc data viewer. | Ned Batchelder | 2009-10-12 | 1 | -7/+24 | |
| | ||||||
* | Write the arcs to the data file. | Ned Batchelder | 2009-10-12 | 1 | -3/+16 | |
| | ||||||
* | Report lines properly when measuring branches; Use None for the placeholder ↵ | Ned Batchelder | 2009-10-12 | 1 | -5/+10 | |
| | | | | value throughout. | |||||
* | Reduce the amount of data translation by having the tracers record data in a ↵ | Ned Batchelder | 2009-10-11 | 1 | -4/+4 | |
| | | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do. | |||||
* | One way to collect arc information.. | Ned Batchelder | 2009-10-11 | 1 | -13/+22 | |
| | ||||||
* | Added a 'coverage debug' command to get internal information for diagnosing ↵ | Ned Batchelder | 2009-09-27 | 1 | -4/+9 | |
| | | | | problems. Also, all commands should at least take -h. | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -3/+2 | |
| | | | | contortions. | |||||
* | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 1 | -17/+8 | |
| | ||||||
* | Explicitly request pickle protocol 2 so that Py3-written pickles can be read ↵ | Ned Batchelder | 2009-09-06 | 1 | -1/+1 | |
| | | | | by Py2. | |||||
* | Move the backward-compatibility definitions to a common file. There seems to ↵ | Ned Batchelder | 2009-07-03 | 1 | -9/+1 | |
| | | | | be no pretty way to do this. | |||||
* | I meant for the list of lines to be sorted. | Ned Batchelder | 2009-07-03 | 1 | -2/+14 | |
| | ||||||
* | Refactor a little bit so the tests can get at the data more easily. | Ned Batchelder | 2009-07-03 | 1 | -6/+9 | |
| | ||||||
* | Minor cleanup: don't use the types module so much. | Ned Batchelder | 2009-06-10 | 1 | -2/+2 | |
| | ||||||
* | Add the last few docstrings, and no pylint messages! | Ned Batchelder | 2009-05-13 | 1 | -1/+1 | |
| | ||||||
* | Re-think the api to set the data file name and suffix. | Ned Batchelder | 2009-05-11 | 1 | -15/+14 | |
| | ||||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | More docstrings. | Ned Batchelder | 2009-04-19 | 1 | -9/+17 | |
| | ||||||
* | New more flexible data storage. | Ned Batchelder | 2009-04-18 | 1 | -16/+46 | |
| | ||||||
* | Testing and clean up for data.py | Ned Batchelder | 2009-04-18 | 1 | -10/+11 | |
| | ||||||
* | Refactor the file name stuff in CoverageData, and start its own test file. | Ned Batchelder | 2009-04-17 | 1 | -14/+28 | |
| | ||||||
* | Remove an unused parameter, and other small cleanups to data storage | Ned Batchelder | 2009-04-16 | 1 | -7/+7 | |
| | ||||||
* | It's ok to ask the data module about files that were never measured. Fixes ↵ | Ned Batchelder | 2009-04-14 | 1 | -2/+6 | |
| | | | | <<issue 2>>. | |||||
* | Use pickle to store coverage data instead of marshal. Marshal is not ↵ | Ned Batchelder | 2009-04-05 | 1 | -3/+4 | |
| | | | | guaranteed compatible across versions, although it is faster. | |||||
* | Defaulting report and annotate to all files now happens inside coverage, ↵ | Ned Batchelder | 2009-03-11 | 1 | -4/+5 | |
| | | | | rather than in CoverageScript. | |||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+122 | |