-
Notifications
You must be signed in to change notification settings - Fork 53
[PM-11213] Use iPhone 16 Pro test device and finish updating builds for Xcode 16.1 #1096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1096 +/- ##
==========================================
- Coverage 89.56% 89.34% -0.23%
==========================================
Files 677 677
Lines 42805 42761 -44
==========================================
- Hits 38340 38205 -135
- Misses 4465 4556 +91 ☔ View full report in Codecov by Sentry. |
@@ -9,10 +9,10 @@ open class BitwardenTestCase: XCTestCase { | |||
|
|||
@MainActor | |||
override open class func setUp() { | |||
if UIDevice.current.name != "iPhone 15 Pro" || UIDevice.current.systemVersion != "18.1" { | |||
if UIDevice.current.name != "iPhone 16 Pro" || UIDevice.current.systemVersion != "18.1" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 do you see a lint warning for this when you run locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, spacing got messed up somehow. That should be fixed now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one minor ⛏️
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-11213
📔 Objective
Because the macos-15 runner doesn't have an iPhone 15 Pro as an option, we need to update to an iPhone 16 Pro.
As well, in the previous PR, I missed that
CI-main.yml
was also manually setting the Xcode version, and that has also been updated.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes