Closed cbaker6 closed 2 years ago
Merging #409 (d8f9172) into main (62553bc) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #409 +/- ##
=======================================
Coverage 89.99% 89.99%
=======================================
Files 158 158
Lines 15266 15269 +3
=======================================
+ Hits 13739 13742 +3
Misses 1527 1527
Impacted Files | Coverage Δ | |
---|---|---|
Sources/ParseSwift/Types/ParseOperation.swift | 100.00% <ø> (ø) |
|
Sources/ParseSwift/Types/QueryConstraint.swift | 98.59% <100.00%> (+0.01%) |
:arrow_up: |
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
Methods and properties to configure the SDK are scattered throughout the docs.
Related issue: #n/a
Approach
Place all of the methods and properties related to SDK configuration in one section.
TODOs before merging