summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Expand)AuthorAgeFilesLines
...
* It's ok to ask the data module about files that were never measured. Fixes <<...Ned Batchelder2009-04-141-2/+6
* Use pickle to store coverage data instead of marshal. Marshal is not guarant...Ned Batchelder2009-04-051-3/+4
* Defaulting report and annotate to all files now happens inside coverage, rath...Ned Batchelder2009-03-111-4/+5
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+122