Closed dplewis closed 6 years ago
@dplewis you'll need to merge the latest master in to correct those 'Bad Request'/'invalid session token' errors (fixed in #374, bad test cleanup on me). Beyond that I think you will only have a pair of errors before this is good.
Merging #355 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #355 +/- ##
==========================================
+ Coverage 99% 99.01% +0.01%
==========================================
Files 38 38
Lines 3522 3559 +37
==========================================
+ Hits 3487 3524 +37
Misses 35 35
Impacted Files | Coverage Δ | |
---|---|---|
src/Parse/ParseQuery.php | 99.48% <100%> (+0.05%) |
: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 af27c70...36abc00. Read the comment docs.
@montymxb I noticed this issue as well https://github.com/parse-community/parse-server/pull/4351 Once thats merged I'll add a test case for it
Great feature to move on
Support for
distinct()
andaggregate()
queries.Pending: https://github.com/parse-community/parse-server/pull/4207