-
-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathget-file-coverage--success.json
More file actions
56 lines (56 loc) · 1.44 KB
/
get-file-coverage--success.json
File metadata and controls
56 lines (56 loc) · 1.44 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
{
"schema": "xcodebuildmcp.output.coverage-result",
"schemaVersion": "1",
"didError": false,
"error": null,
"data": {
"summary": {
"status": "SUCCEEDED",
"coveragePct": 77.8,
"coveredLines": 147,
"executableLines": 189
},
"coverageScope": "file",
"artifacts": {
"xcresultPath": "<TMPDIR>/TestResults.xcresult",
"file": "CalculatorService.swift",
"sourceFilePath": "example_projects/iOS_Calculator/CalculatorAppPackage/Sources/CalculatorAppFeature/CalculatorService.swift"
},
"functions": {
"notCovered": [
{
"line": 159,
"name": "CalculatorService.deleteLastDigit()",
"coveredLines": 0,
"executableLines": 16
},
{
"line": 178,
"name": "CalculatorService.setError(_:)",
"coveredLines": 0,
"executableLines": 5
}
],
"partialCoverage": [
{
"line": 63,
"name": "CalculatorService.inputDecimal()",
"coveragePct": 71.4,
"coveredLines": 10,
"executableLines": 14
},
{
"line": 93,
"name": "CalculatorService.calculate()",
"coveragePct": 84.2,
"coveredLines": 32,
"executableLines": 38
}
],
"fullCoverageCount": 27,
"notCoveredFunctionCount": 8,
"notCoveredLineCount": 27,
"partialCoverageFunctionCount": 4
}
}
}