summaryrefslogtreecommitdiff
path: root/lab
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-25 06:03:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-25 06:03:18 -0500
commitca98a4df212af35c07fa17e5b076a68e58b6b24f (patch)
tree9aa8b2b4d1a743fb70a8340dd3a5d23c46ec5c70 /lab
parentc5aa3c17c59150b623b2c2f52be155fae50d3e5a (diff)
downloadpython-coveragepy-ca98a4df212af35c07fa17e5b076a68e58b6b24f.tar.gz
Update the sketch of the data format
Diffstat (limited to 'lab')
-rw-r--r--lab/new-data.js21
1 files changed, 11 insertions, 10 deletions
diff --git a/lab/new-data.js b/lab/new-data.js
index 973aa11..9cb8f71 100644
--- a/lab/new-data.js
+++ b/lab/new-data.js
@@ -1,13 +1,4 @@
{
- "run" {
- "collector": "coverage.py 4.0",
- "config": {
- "branch": true,
- "source": ".",
- },
- "collected": "20150711T090600",
- },
-
// As of now:
"lines": {
"a/b/c.py": [1, 2, 3, 4, 5],
@@ -16,10 +7,20 @@
"arcs": {
"a/b/c.py: [[1, 2], [2, 3], [4, 5]],
},
- "plugins: {
+ "file_tracers": {
"a/b/c.py": "fooey.plugin",
},
+ // We used to do this, but it got too bulky, removed in 4.0.1:
+ "run" {
+ "collector": "coverage.py 4.0",
+ "config": {
+ "branch": true,
+ "source": ".",
+ },
+ "collected": "20150711T090600",
+ },
+
// Maybe in the future?
"files": {
"a/b/c.py": {