summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Use pickle to store coverage data instead of marshal. Marshal is not ↵Ned Batchelder2009-04-051-3/+4
| | | | guaranteed compatible across versions, although it is faster.
* Defaulting report and annotate to all files now happens inside coverage, ↵Ned Batchelder2009-03-111-4/+5
| | | | rather than in CoverageScript.
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+122