Skip to content

Commit ac5e886

Browse files
authored
test: explicitly set code coverage to true in all test plans (#5544)
1 parent 8fd192f commit ac5e886

9 files changed

+10
-4
lines changed

Plans/SentrySwiftUI_Base.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12+
"codeCoverage" : true,
1213
"uiTestingScreenshotsLifetime" : "keepAlways"
1314
},
1415
"testTargets" : [

Plans/Sentry_Base.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12+
"codeCoverage" : true,
1213
"environmentVariableEntries" : [
1314
{
1415
"key" : "TSAN_OPTIONS",

Plans/SwiftUITestSample_Base.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12+
"codeCoverage" : true,
1213
"uiTestingScreenshotsLifetime" : "keepAlways"
1314
},
1415
"testTargets" : [

Plans/iOS-ObjectiveC_Base.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12+
"codeCoverage" : true,
1213
"uiTestingScreenshotsLifetime" : "keepAlways"
1314
},
1415
"testTargets" : [

Plans/iOS-Swift6_Base.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12+
"codeCoverage" : true,
1213
"uiTestingScreenshotsLifetime" : "keepAlways"
1314
},
1415
"testTargets" : [

Plans/iOS-SwiftUI_Base.xctestplan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12-
"codeCoverage" : false,
12+
"codeCoverage" : true,
1313
"targetForVariableExpansion" : {
1414
"containerPath" : "container:iOS-SwiftUI.xcodeproj",
1515
"identifier" : "7BB6224826A56C4E00D0E75E",

Plans/iOS-Swift_Base.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12+
"codeCoverage" : true,
1213
"targetForVariableExpansion" : {
1314
"containerPath" : "container:iOS-Swift.xcodeproj",
1415
"identifier" : "637AFDA5243B02760034958B",

Plans/iOS13-Swift_Base.xctestplan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12-
"codeCoverage" : false,
12+
"codeCoverage" : true,
1313
"targetForVariableExpansion" : {
1414
"containerPath" : "container:iOS13-Swift.xcodeproj",
1515
"identifier" : "D8269A38274C095E00BD5BD5",

Plans/tvOS-Swift_Base.xctestplan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"defaultOptions" : {
12-
"codeCoverage" : false,
12+
"codeCoverage" : true,
1313
"targetForVariableExpansion" : {
1414
"containerPath" : "container:tvOS-Swift.xcodeproj",
1515
"identifier" : "7BA61D61247FA32600C130A8",
@@ -21,7 +21,7 @@
2121
{
2222
"target" : {
2323
"containerPath" : "container:tvOS-Swift.xcodeproj",
24-
"identifier" : "7B64388526A6C71A000D0F65",
24+
"identifier" : "1A9FD4374E53BEB8AC621B3D",
2525
"name" : "tvOS-Swift-UITests"
2626
}
2727
}

0 commit comments

Comments
 (0)