mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Specify ElementX target for coverage in integrations plan. (#1398)
This commit is contained in:
parent
4b14617a8e
commit
07651bd3f5
@ -9,6 +9,15 @@
|
||||
}
|
||||
],
|
||||
"defaultOptions" : {
|
||||
"codeCoverage" : {
|
||||
"targets" : [
|
||||
{
|
||||
"containerPath" : "container:ElementX.xcodeproj",
|
||||
"identifier" : "C0FAEB81CFD9776CD78CE489",
|
||||
"name" : "ElementX"
|
||||
}
|
||||
]
|
||||
},
|
||||
"environmentVariableEntries" : [
|
||||
{
|
||||
"key" : "INTEGRATION_TESTS_HOST",
|
||||
|
1
changelog.d/pr-1398.build
Normal file
1
changelog.d/pr-1398.build
Normal file
@ -0,0 +1 @@
|
||||
Specify the target for code coverage in the Integration Tests plan.
|
@ -154,6 +154,8 @@ end
|
||||
|
||||
|
||||
lane :integration_tests do
|
||||
clear_derived_data()
|
||||
|
||||
create_simulator_if_necessary(
|
||||
name: "iPhone 14 Pro",
|
||||
type: "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro"
|
||||
@ -173,6 +175,7 @@ lane :integration_tests do
|
||||
output_directory: "./fastlane/test_output",
|
||||
proj: "ElementX.xcodeproj",
|
||||
scheme: "IntegrationTests",
|
||||
binary_basename: "ElementX.app"
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user