aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/resources/timemachine/timemachine.json
blob: 376770398e9fe44224a22259299302cb72573b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    "cols":[
      {
        "metric":"ncloc"
      },
      {
        "metric":"coverage"
      }
    ],
    "cells":[
      {
        "d":"2010-10-19T00:01:00+0200",
        "v":[21.0,80.0]
      },
      {
        "d":"2010-10-21T00:01:00+0100",
        "v":[29.0,70.0]
      },
      {
        "d":"2010-10-25T00:04:00+0100",
        "v":[22.6,75.0]
      }
    ]
  }
]