Skip to content

Commit

Permalink
Update the sketch of the data format
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 25, 2016
1 parent 203600b commit c0bc340
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions lab/new-data.js
Original file line number Diff line number Diff line change
@@ -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],
Expand All @@ -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": {
Expand Down

0 comments on commit c0bc340

Please sign in to comment.