diff options
-rw-r--r-- | lab/new-data.js | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/lab/new-data.js b/lab/new-data.js index 973aa116..9cb8f715 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": { |