Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Split off CoverageDataFiles from CoverageData | Ned Batchelder | 2015-07-11 | 1 | -101/+121 | |
| | ||||||
* | The use_cache method is no longer supported. | Ned Batchelder | 2015-07-11 | 1 | -18/+7 | |
| | ||||||
* | Mark an internal method as internal, in prep for revamping the data api. | Ned Batchelder | 2015-07-11 | 1 | -3/+3 | |
| | ||||||
* | Add some docstrings | Ned Batchelder | 2015-07-03 | 1 | -2/+1 | |
| | ||||||
* | Normalize measured data's filenames before adding to data. | Ned Batchelder | 2015-05-25 | 1 | -0/+4 | |
| | ||||||
* | remove unneeded conditional | Christine Lytwynec | 2015-04-24 | 1 | -3/+1 | |
| | | | | | --HG-- branch : combine-from-multiple-dirs | |||||
* | Update tests | Christine Lytwynec | 2015-04-23 | 1 | -1/+1 | |
| | | | | | --HG-- branch : combine-from-multiple-dirs | |||||
* | Added ability to combine coverage data files from multiple directories into ↵ | Christine Lytwynec | 2015-04-21 | 1 | -15/+25 | |
| | | | | | | | one file via command line args. --HG-- branch : combine-from-multiple-dirs | |||||
* | backout b98fc53, so that tip is clean for merging pull requests. | Ned Batchelder | 2015-04-15 | 1 | -6/+5 | |
| | ||||||
* | Absolute names in data, fixes Windows plugins, breaks data tests. | Ned Batchelder | 2015-03-01 | 1 | -5/+6 | |
| | ||||||
* | Read and write plugin data to .coverage | Ned Batchelder | 2015-01-08 | 1 | -8/+14 | |
| | ||||||
* | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 1 | -8/+8 | |
| | | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py | |||||
* | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 1 | -0/+19 | |
| | | | | | --HG-- branch : django | |||||
* | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -8/+2 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -2/+2 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -1/+9 | |
| | ||||||
* | Use iitems() to avoid lists of dict items on py2. | Ned Batchelder | 2012-11-16 | 1 | -10/+10 | |
| | ||||||
* | Refactor, and make it work on older Pythons. | Ned Batchelder | 2012-11-14 | 1 | -6/+2 | |
| | ||||||
* | Fix race condition removing .coverage on init | lahwran | 2012-11-12 | 1 | -2/+7 | |
| | ||||||
* | Remove odd module holding, since I think this is now fixed by always ↵ | Ned Batchelder | 2012-11-11 | 1 | -8/+4 | |
| | | | | stopping the tracers. | |||||
* | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 1 | -1/+1 | |
| | ||||||
* | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 1 | -2/+1 | |
| | ||||||
* | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 1 | -2/+10 | |
| | | | | disparate machines. Part of fixing #17. | |||||
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -0/+5 | |
| | ||||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 | |
| | ||||||
* | Now that we include 0% files in the data, they aren't 'executed', they are ↵ | Ned Batchelder | 2010-09-03 | 1 | -2/+2 | |
| | | | | 'measured'. | |||||
* | 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. |