From 389765f934599b5829da36bb7dd449d09d6e2895 Mon Sep 17 00:00:00 2001 From: Mikaela Caron Date: Tue, 8 Oct 2024 17:02:14 +0100 Subject: [PATCH] Fix CI Don't clear and remove code coverage --- fastlane/Fastfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 74786f07..3b456ffc 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -31,8 +31,6 @@ platform :ios do run_tests( scheme: "Basic-Car-Maintenance", only_testing: "Basic-Car-Maintenance-Tests", - clean: true, - code_coverage: true, device: "iPhone 16 Pro", skip_build: true, xcodebuild_formatter: 'xcbeautify -qq --is-ci --renderer github-actions',