Skip to content

Commit 361794f

Browse files
authored
Run Coverage with iPhone 15 (#197)
<!-- Update your title to prefix with your ticket number --> ## What Update Coverage.yaml to use iPhone 15 instead of iPhone 14 <!-- Describe your changes here --> <!-- If you are making a front-end change, please include a screen recording and post it in #feature-recordings --> ## Why iPhone 14 appears no longer available. I don't know how that broke all of a sudden. Maybe pinning the version of Python or something else could help. I choose iPhone 15 because it was available when running `xcrun simctl list devices` <!-- Describe the motivations behind this change if they are a subset of your ticket --> ## Test Plan <!-- IMPORTANT: QA Tests and Unit Tests must be passed locally before this PR can be merged. --> The Coverage check passes. ## How Can be merged in once approved. <!-- Describe the rollout plan if it includes multiple PRs/Repos or requires extra steps beyond rolling back the Service -->
1 parent bebfc8e commit 361794f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Coverage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
xcodebuild test \
3232
-project Sample/SampleForageSDK.xcodeproj \
3333
-scheme ForageSDK \
34-
-destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' \
34+
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' \
3535
-enableCodeCoverage YES
3636
37+
3738
- name: Generate XML coverage report (Cobertura)
3839
run: slather coverage -x
3940

0 commit comments

Comments
 (0)