aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/resources/timemachine/null-values.json
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws-client/src/test/resources/timemachine/null-values.json')
-rw-r--r--sonar-ws-client/src/test/resources/timemachine/null-values.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/sonar-ws-client/src/test/resources/timemachine/null-values.json b/sonar-ws-client/src/test/resources/timemachine/null-values.json
new file mode 100644
index 00000000000..394d008208b
--- /dev/null
+++ b/sonar-ws-client/src/test/resources/timemachine/null-values.json
@@ -0,0 +1,26 @@
+[
+ {
+ "cols":[
+ {
+ "metric":"ncloc"
+ },
+ {
+ "metric":"coverage"
+ }
+ ],
+ "cells":[
+ {
+ "d":"2010-10-19T00:01:00+0200",
+ "v":[null,80.0]
+ },
+ {
+ "d":"2010-10-21T00:01:00+0100",
+ "v":[29.0,null]
+ },
+ {
+ "d":"2010-10-25T00:04:00+0100",
+ "v":[22.6,null]
+ }
+ ]
+ }
+] \ No newline at end of file