Closed cbaker6 closed 2 years ago
Merging #366 (67062fd) into main (5a2c5fd) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #366 +/- ##
=======================================
Coverage 87.90% 87.91%
=======================================
Files 114 114
Lines 12207 12213 +6
=======================================
+ Hits 10731 10737 +6
Misses 1476 1476
Impacted Files | Coverage Δ | |
---|---|---|
Sources/ParseSwift/Types/Query.swift | 94.37% <ø> (ø) |
|
Sources/ParseSwift/Extensions/Date.swift | 100.00% <100.00%> (ø) |
|
Sources/ParseSwift/Types/ParseGeoPoint.swift | 98.90% <100.00%> (+0.07%) |
:arrow_up: |
Sources/ParseSwift/Objects/ParseUser.swift | 86.12% <0.00%> (-0.09%) |
:arrow_down: |
Sources/ParseSwift/Coding/ParseEncoder.swift | 77.77% <0.00%> (+0.11%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5a2c5fd...67062fd. Read the comment docs.
New Pull Request Checklist
Issue Description
There are no properties for converting a
ParseGeoPoint
toCLLocation
andCLLocationCoordinate2D
, only methods.Related issue: #n/a
Approach
Created computed properties named
toCLLocation
andtoCLLocationCoordinate2D
and deprecatetoCLLocation()
andtoCLLocationCoordinate2D()
. In addition, improve the documentation for these properties.TODOs before merging