Closed cbaker6 closed 1 year ago
Merging #79 (267e055) into main (b373225) will increase coverage by
0.02%
. The diff coverage is97.07%
.
@@ Coverage Diff @@
## main #79 +/- ##
==========================================
+ Coverage 90.53% 90.55% +0.02%
==========================================
Files 169 169
Lines 15052 15101 +49
==========================================
+ Hits 13627 13675 +48
- Misses 1425 1426 +1
Impacted Files | Coverage Δ | |
---|---|---|
Sources/ParseSwift/Objects/ParseUser.swift | 91.03% <92.30%> (+0.24%) |
:arrow_up: |
Sources/ParseSwift/API/API+Command+async.swift | 100.00% <100.00%> (ø) |
|
...ParseSwift/API/API+NonParseBodyCommand+async.swift | 100.00% <100.00%> (ø) |
|
Sources/ParseSwift/API/API.swift | 99.41% <100.00%> (+<0.01%) |
:arrow_up: |
Sources/ParseSwift/Objects/ParseInstallation.swift | 88.31% <100.00%> (ø) |
|
Sources/ParseSwift/Objects/ParseObject.swift | 90.95% <100.00%> (ø) |
|
Sources/ParseSwift/Objects/ParseUser+async.swift | 94.40% <100.00%> (+0.11%) |
:arrow_up: |
Sources/ParseSwift/Objects/ParseUser+combine.swift | 96.05% <100.00%> (+0.13%) |
:arrow_up: |
Sources/ParseSwift/Protocols/ParseCloudable.swift | 100.00% <100.00%> (ø) |
|
Sources/ParseSwift/Protocols/ParseConfig.swift | 100.00% <100.00%> (ø) |
|
... and 10 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
New Pull Request Checklist
Issue Description
The Swift SDK currently doesn't support the server
loginAs
endpoint to allow impersonating a user.Approach
loginAs
methods:TODOs before merging