diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-24 16:47:32 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-27 09:34:30 +0100 |
| commit | e8eebb0370f7a093bf464b79ef2b190cbd2a44a2 (patch) | |
| tree | 1fe704e128584725fe8999c590063eed43123381 /ios/TestPlans | |
| parent | cfc132e61f34c2b39819e22a134cec25c687c987 (diff) | |
| download | mullvadvpn-sendable-tutorial.tar.xz mullvadvpn-sendable-tutorial.zip | |
Add a sendable tutorialsendable-tutorial
Diffstat (limited to 'ios/TestPlans')
| -rw-r--r-- | ios/TestPlans/MullvadVPNApp.xctestplan | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/ios/TestPlans/MullvadVPNApp.xctestplan b/ios/TestPlans/MullvadVPNApp.xctestplan index 5a849a2e94..70e5780c9e 100644 --- a/ios/TestPlans/MullvadVPNApp.xctestplan +++ b/ios/TestPlans/MullvadVPNApp.xctestplan @@ -9,6 +9,7 @@ } ], "defaultOptions" : { + "codeCoverage" : false, "targetForVariableExpansion" : { "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "58CE5E5F224146200008646E", @@ -21,16 +22,22 @@ "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "58FBFBE5291622580020E046", - "name" : "MullvadRESTTests" + "identifier" : "58C7A43C2A863F450060C66F", + "name" : "PacketTunnelCoreTests" } }, { - "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "58B0A29F238EE67E00BC001D", - "name" : "MullvadVPNTests" + "identifier" : "A9D9A4BF2C36D53C004088DD", + "name" : "MullvadRustRuntimeTests" + } + }, + { + "target" : { + "containerPath" : "container:MullvadVPN.xcodeproj", + "identifier" : "A955EF202D43E5C50025E1B1", + "name" : "MullvadVPNSendableTests" } }, { @@ -45,23 +52,24 @@ "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "58C7A43C2A863F450060C66F", - "name" : "PacketTunnelCoreTests" + "identifier" : "58B0A29F238EE67E00BC001D", + "name" : "MullvadVPNTests" } }, { "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "7A88DCD62A8FABBE00D2FF0E", - "name" : "RoutingTests" + "identifier" : "58FBFBE5291622580020E046", + "name" : "MullvadRESTTests" } }, { + "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "A9D9A4BF2C36D53C004088DD", - "name" : "MullvadRustRuntimeTests" + "identifier" : "7A88DCD62A8FABBE00D2FF0E", + "name" : "RoutingTests" } } ], |
