Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Don't clear and remove code coverage
  • Loading branch information
mikaelacaron committed Oct 8, 2024
1 parent 4442a8b commit 389765f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 389765f

Please sign in to comment.