Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Update to iPhone 16 Pro
  • Loading branch information
mikaelacaron committed Oct 8, 2024
1 parent 8986022 commit 4442a8b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4442a8b

Please sign in to comment.