parse-community / parse-php-sdk

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

ContainsAllStartingWith Query #420

Closed dplewis closed 5 years ago

dplewis commented 6 years ago

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

codecov[bot] commented 6 years ago

Codecov Report

Merging #420 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
+ Coverage   98.72%   98.98%   +0.25%     
==========================================
  Files          38       38              
  Lines        3139     3146       +7     
==========================================
+ Hits         3099     3114      +15     
+ Misses         40       32       -8
Impacted Files Coverage Δ
src/Parse/ParseQuery.php 99.46% <100%> (+0.01%) :arrow_up:
src/Parse/ParseClient.php 99.15% <0%> (+3.37%) :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 7204282...0033344. Read the comment docs.

dplewis commented 5 years ago

@flovilmart How does this look?