From 4442a8bd03320013be1cd360756b838692627420 Mon Sep 17 00:00:00 2001 From: Mikaela Caron Date: Tue, 8 Oct 2024 16:47:43 +0100 Subject: [PATCH] Fix CI Update to iPhone 16 Pro --- fastlane/Fastfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 413af45e..74786f07 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -33,19 +33,12 @@ platform :ios do only_testing: "Basic-Car-Maintenance-Tests", clean: true, code_coverage: true, - device: "iPhone 15 Pro", + device: "iPhone 16 Pro", skip_build: true, xcodebuild_formatter: 'xcbeautify -qq --is-ci --renderer github-actions', output_types: 'junit', output_directory: "./fastlane/UnitTestsReport" ) - - xcov( - scheme: "Basic-Car-Maintenance", - only_project_targets: true, - output_directory: "./fastlane/CodeCoverageReport" - #minimum_coverage_percentage: 80.0 - ) end end