-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdiff-project.json
More file actions
61 lines (61 loc) · 1.35 KB
/
diff-project.json
File metadata and controls
61 lines (61 loc) · 1.35 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"commits": {
"before": {
"hash": "efed65b3ffab808176c4f8670d77f8d69f71490e",
"message": "Initial commit",
"date": "2024-10-14T09:00:13.000Z",
"author": "John Doe <john.doe@example.com>"
},
"after": {
"hash": "2f3b5365432abb7c9949aa50ff3aa8b7a02256de",
"message": "Convert JS file to TS",
"date": "2024-10-14T09:00:13.000Z",
"author": "John Doe <john.doe@example.com>"
}
},
"categories": {
"changed": [],
"unchanged": [],
"added": [],
"removed": []
},
"groups": {
"changed": [],
"unchanged": [],
"added": [],
"removed": []
},
"audits": {
"changed": [
{
"slug": "ts-files",
"title": "Source files converted from JavaScript to TypeScript",
"plugin": {
"slug": "ts-migration",
"title": "TypeScript migration"
},
"scores": {
"before": 0.5,
"after": 1,
"diff": 0.5
},
"values": {
"before": 50,
"after": 100,
"diff": 50
},
"displayValues": {
"before": "50% converted",
"after": "100% converted"
}
}
],
"unchanged": [],
"added": [],
"removed": []
},
"packageName": "@code-pushup/core",
"version": "0.51.0",
"date": "2024-10-14T09:00:15.452Z",
"duration": 1
}