aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/resources/timemachine/timemachine.json
blob: 6d8d4326801eadc1d41d89e6a86c5a8af307febe (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:13:00+0200",
        "v":[21.0,80.0]
      },
      {
        "d":"2010-10-21T00:14:00+0100",
        "v":[29.0,70.0]
      },
      {
        "d":"2010-10-25T00:15:00+0100",
        "v":[22.6,75.0]
      }
    ]
  }
]