summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Expand)AuthorAgeFilesLines
...
* Split off CoverageDataFiles from CoverageDataNed Batchelder2015-07-111-101/+121
* The use_cache method is no longer supported.Ned Batchelder2015-07-111-18/+7
* Mark an internal method as internal, in prep for revamping the data api.Ned Batchelder2015-07-111-3/+3
* Add some docstringsNed Batchelder2015-07-031-2/+1
* Normalize measured data's filenames before adding to data.Ned Batchelder2015-05-251-0/+4
* remove unneeded conditionalChristine Lytwynec2015-04-241-3/+1
* Update testsChristine Lytwynec2015-04-231-1/+1
* Added ability to combine coverage data files from multiple directories into o...Christine Lytwynec2015-04-211-15/+25
* backout b98fc53, so that tip is clean for merging pull requests.Ned Batchelder2015-04-151-6/+5
* Absolute names in data, fixes Windows plugins, breaks data tests.Ned Batchelder2015-03-011-5/+6
* Read and write plugin data to .coverageNed Batchelder2015-01-081-8/+14
* Rename extensions to plugins, since extensions reminds me of parts of filenamesNed Batchelder2014-08-201-8/+8
* Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-041-0/+19
* with statements: no more finally closeNed Batchelder2013-10-201-8/+2
* Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+1
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-1/+9
* Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-161-10/+10
* Refactor, and make it work on older Pythons.Ned Batchelder2012-11-141-6/+2
* Fix race condition removing .coverage on initlahwran2012-11-121-2/+7
* Remove odd module holding, since I think this is now fixed by always stopping...Ned Batchelder2012-11-111-8/+4
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-231-1/+1
* Cleanups for lint and older PythonsNed Batchelder2011-08-211-2/+1
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-211-2/+10
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-0/+5
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* Now that we include 0% files in the data, they aren't 'executed', they are 'm...Ned Batchelder2010-09-031-2/+2
* Now completely unexecuted source files can be included in reporting. Specify...Ned Batchelder2010-09-031-0/+4
* Some prep work for finding completely uncovered files.Ned Batchelder2010-08-301-1/+4
* Use some strange self.os stuff to hold references to modules so we'll have th...Ned Batchelder2010-08-071-4/+8
* Calculate the pid suffix for data files at the end of the process so that pro...Ned Batchelder2010-03-201-17/+14
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-031-4/+6
* Delete files combined during 'coverage combine'. Fixes issue #40.Ned Batchelder2009-12-291-0/+2
* Merged default onto config.Ned Batchelder2009-12-031-23/+23
|\
| * Massive eol whitespace clean-up.Ned Batchelder2009-12-021-23/+23
* | Add data_file to the .coveragerc file.Ned Batchelder2009-11-281-4/+3
|/
* Clean up.Ned Batchelder2009-11-081-4/+19
* Better reporting of partial lines, including leaving out partial stuff altoge...Ned Batchelder2009-10-271-0/+5
* Everything should derive from object.Ned Batchelder2009-10-241-1/+1
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-161-0/+4
* Don't write arcs if there are none, and an ad-hoc data viewer.Ned Batchelder2009-10-121-7/+24
* Write the arcs to the data file.Ned Batchelder2009-10-121-3/+16
* Report lines properly when measuring branches; Use None for the placeholder v...Ned Batchelder2009-10-121-5/+10
* Reduce the amount of data translation by having the tracers record data in a ...Ned Batchelder2009-10-111-4/+4
* One way to collect arc information..Ned Batchelder2009-10-111-13/+22
* Added a 'coverage debug' command to get internal information for diagnosing p...Ned Batchelder2009-09-271-4/+9
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-3/+2
* Capture the full path to the data file when execution starts. Fixes issue 24.Ned Batchelder2009-09-141-17/+8
* Explicitly request pickle protocol 2 so that Py3-written pickles can be read ...Ned Batchelder2009-09-061-1/+1
* Move the backward-compatibility definitions to a common file. There seems to ...Ned Batchelder2009-07-031-9/+1