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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"test_runs": [
{
"name": "usage-test",
"date": "+002024-06-11T13:07:43.346392800Z",
"nr_of_tests": 1,
"meta": {
"binary": "target\\debug\\usage"
},
"logs": "",
"tests": [
{
"name": "traces::test::test_fn",
"filepath": "traces.rs",
"line": 8,
"state": "Passed",
"covered_traces": [
{
"req_id": "other_id",
"filepath": "traces.rs",
"line": 7
},
{
"req_id": "bad_id",
"filepath": "traces.rs",
"line": 7
},
{
"req_id": "main_id",
"filepath": "traces.rs",
"line": 1
}
],
"covered_lines": []
}
]
}
]
}