parse-community / parse-php-sdk

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

Fix Test #475

Closed dplewis closed 3 years ago

dplewis commented 3 years ago

Closes: https://github.com/parse-community/parse-php-sdk/issues/474

codecov[bot] commented 3 years ago

Codecov Report

Merging #475 (453f477) into master (dffe023) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #475      +/-   ##
============================================
+ Coverage     97.97%   98.07%   +0.10%     
- Complexity     1062     1063       +1     
============================================
  Files            39       39              
  Lines          2960     2964       +4     
============================================
+ Hits           2900     2907       +7     
+ Misses           60       57       -3     
Impacted Files Coverage Δ
src/Parse/ParseObject.php 97.97% <100.00%> (+<0.01%) :arrow_up:
src/Parse/ParseQuery.php 99.75% <100.00%> (+<0.01%) :arrow_up:
src/Parse/ParseSchema.php 98.50% <0.00%> (+1.49%) :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 dffe023...453f477. Read the comment docs.

dplewis commented 3 years ago

@igor-mobapps How does this look to you?