smartcar / ios-sdk

Smartcar SDK for iOS.
https://smartcar.github.io/ios-sdk/
MIT License
19 stars 7 forks source link

feat: add mode parameter to allow for all three mode types #73

Closed allisonc07 closed 10 months ago

allisonc07 commented 10 months ago

Since we have three values supported for the mode parameter now, we need to update the SmartcarAuth class to support a new mode parameter. Currently we will support both the old testMode and new mode parameters, with a deprecation warning for the testMode parameter. We will eventually remove the testMode parameter and only support mode.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (d8ef302) 0.00% compared to head (686d81c) 0.00%.

Files Patch % Lines
SmartcarAuth/SCUrlBuilder.swift 0.00% 7 Missing :warning:
SmartcarAuth/SmartcarAuth.swift 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #73 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 4 4 Lines 134 140 +6 ====================================== - Misses 134 140 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.