parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

includeAll Query #421

Closed dplewis closed 5 years ago

dplewis commented 5 years ago

https://github.com/parse-community/parse-server/pull/4838

provides shorthand for include('*')

dplewis commented 5 years ago

@montymxb Don't know why CI fails. It runs locally for me

dplewis commented 5 years ago

@flovilmart @montymxb It looks like travis is running against Parse Server 2.8.2 instead of the latest 3.1.2. How do you fix that?

codecov[bot] commented 5 years ago

Codecov Report

Merging #421 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
+ Coverage   98.92%   98.92%   +<.01%     
==========================================
  Files          38       38              
  Lines        3158     3160       +2     
==========================================
+ Hits         3124     3126       +2     
  Misses         34       34
Impacted Files Coverage Δ
src/Parse/ParseQuery.php 99.47% <100%> (ø) :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 01de28d...73406c9. Read the comment docs.