leancloud / php-sdk

LeanCloud PHP SDK
Apache License 2.0
53 stars 23 forks source link

feat(User): requestChangePhoneNumber & changePhoneNumber #214

Closed weakish closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #214 into master will decrease coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #214      +/-   ##
============================================
- Coverage     67.01%   66.51%   -0.50%     
- Complexity      804      806       +2     
============================================
  Files            36       36              
  Lines          2295     2270      -25     
============================================
- Hits           1538     1510      -28     
- Misses          757      760       +3     
Impacted Files Coverage Δ Complexity Δ
src/LeanCloud/Client.php 84.51% <ø> (+0.22%) 96.00 <0.00> (ø)
src/LeanCloud/User.php 79.12% <100.00%> (-0.10%) 57.00 <2.00> (+2.00) :arrow_down:
src/LeanCloud/File.php 81.57% <0.00%> (-2.09%) 57.00% <0.00%> (ø%)
src/LeanCloud/SaveOption.php 90.00% <0.00%> (-0.91%) 5.00% <0.00%> (ø%)
src/LeanCloud/LeanObject.php 88.77% <0.00%> (-0.90%) 120.00% <0.00%> (ø%)
src/LeanCloud/Relation.php 69.23% <0.00%> (-0.77%) 17.00% <0.00%> (ø%)
src/LeanCloud/Operation/RelationOperation.php 84.28% <0.00%> (-0.44%) 30.00% <0.00%> (ø%)
src/LeanCloud/ACL.php 78.78% <0.00%> (-0.43%) 43.00% <0.00%> (ø%)
src/LeanCloud/GeoPoint.php 87.87% <0.00%> (-0.36%) 11.00% <0.00%> (ø%)
... and 4 more

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 750ccf7...8440ad3. Read the comment docs.