parse-community / Parse-Swift

The Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, Linux, Android, Windows)
https://parseplatform.org
MIT License
308 stars 69 forks source link

feat: allow includeAll with additional includes #367

Closed cbaker6 closed 2 years ago

cbaker6 commented 2 years ago

New Pull Request Checklist

Issue Description

Related issue: #359

Approach

TODOs before merging

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this pull request!

codecov[bot] commented 2 years ago

Codecov Report

Merging #367 (172b9be) into main (6fc9d2d) will decrease coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   87.95%   87.90%   -0.05%     
==========================================
  Files         114      114              
  Lines       12213    12214       +1     
==========================================
- Hits        10742    10737       -5     
- Misses       1471     1477       +6     
Impacted Files Coverage Δ
Sources/ParseSwift/API/API+Command.swift 89.21% <100.00%> (ø)
Sources/ParseSwift/Objects/ParseInstallation.swift 85.39% <100.00%> (ø)
Sources/ParseSwift/Objects/ParseUser.swift 86.03% <100.00%> (-0.18%) :arrow_down:
Sources/ParseSwift/Types/Query.swift 94.38% <100.00%> (+<0.01%) :arrow_up:
Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift 76.09% <0.00%> (-0.59%) :arrow_down:

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 6fc9d2d...172b9be. Read the comment docs.