Skip to content

Merge master into dev#4032

Merged
wmathurin merged 4 commits into
forcedotcom:devfrom
wmathurin:dev
May 8, 2026
Merged

Merge master into dev#4032
wmathurin merged 4 commits into
forcedotcom:devfrom
wmathurin:dev

Conversation

@wmathurin
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • Build SalesforceSDKCore scheme and verify no compile errors
  • Run SalesforceSDKCore test suite

brandonpage and others added 3 commits April 24, 2026 11:16
…orcedotcom#4028)

* Add public API to trigger Login for Admin flow.

* Improve code documentation for loginViewControllerDidSelectLoginForAdmin.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.49%. Comparing base (3cdaf5f) to head (6ec5437).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #4032      +/-   ##
==========================================
- Coverage   70.46%   67.49%   -2.98%     
==========================================
  Files         245      245              
  Lines       21449    21449              
==========================================
- Hits        15115    14477     -638     
- Misses       6334     6972     +638     
Components Coverage Δ
Analytics 70.78% <ø> (ø)
Common 70.79% <ø> (-0.19%) ⬇️
Core 60.55% <ø> (-4.61%) ⬇️
SmartStore 73.44% <ø> (ø)
MobileSync 88.79% <ø> (ø)
Files with missing lines Coverage Δ
...SalesforceSDKCore/Classes/OAuth/SFSDKAuthSession.m 90.32% <ø> (ø)

... and 32 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

/// Performs login via the "Login for Admin" flow.
/// Taps Settings → "Login for Admin" which triggers ASWebAuthenticationSession (native browser),
/// then completes authentication in the browser.
func performLoginForAdmin(username: String, password: String) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there's another func performLoginForAdmin(username: String, password: String) below this one?

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

TestsPassed ✅SkippedFailed
SalesforceSDKCore iOS ^18 Test Results625 ran625 ✅
TestResult
No test annotations available

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

TestsPassed ☑️SkippedFailed ❌️
SalesforceSDKCore iOS ^26 Test Results625 ran624 ✅1 ❌
TestResult
SalesforceSDKCore iOS ^26 Test Results
testMissingLoginHint()❌ failure

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

TestsPassedSkippedFailed ❌️
AuthFlowTester UI Test Results all1 ran1 ❌
TestResult
AuthFlowTester UI Test Results all
AuthFlowTesterUITests.xctest
LegacyLoginTests.testCAOpaque_DefaultScopes_WebServerFlow()❌ failure

@wmathurin wmathurin merged commit 0991025 into forcedotcom:dev May 8, 2026
24 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants