-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathreport-before.json
More file actions
45 lines (45 loc) · 1.02 KB
/
report-before.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
40
41
42
43
44
45
{
"commit": {
"hash": "11f3153b8df2f5e651a1c72d3ddde3a0f400b8a2",
"message": "Merge branch 'main' into split-compare-e2e",
"date": "2024-11-19T14:28:43.000Z",
"author": "Michael"
},
"packageName": "@code-pushup/core",
"version": "0.54.0",
"date": "2024-11-19T14:50:29.040Z",
"duration": 64,
"categories": [
{
"slug": "dummy-category",
"refs": [
{
"slug": "dummy-audit",
"weight": 1,
"type": "audit",
"plugin": "dummy-plugin"
}
],
"title": "Dummy Category"
}
],
"plugins": [
{
"title": "Dummy Plugin",
"slug": "dummy-plugin",
"icon": "folder-javascript",
"date": "2024-11-19T14:50:29.080Z",
"duration": 1,
"audits": [
{
"slug": "dummy-audit",
"value": 3,
"score": 0.3,
"title": "Dummy Audit",
"description": "A dummy audit to test the cli."
}
],
"description": "A dummy plugin to test the cli."
}
]
}