CakeDC / users

Users Plugin for CakePHP
https://www.cakedc.com
Other
521 stars 296 forks source link

Fix deprecations and tests #899

Closed steinkel closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #899 into master will increase coverage by 0.05%. The diff coverage is 95.23%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #899      +/-   ##
============================================
+ Coverage     91.35%   91.41%   +0.05%     
  Complexity      495      495              
============================================
  Files            52       52              
  Lines          1747     1747              
============================================
+ Hits           1596     1597       +1     
+ Misses          151      150       -1     
Impacted Files Coverage Δ Complexity Δ
src/Authenticator/SocialAuthTrait.php 100.00% <ø> (ø) 5.00 <0.00> (ø)
src/Controller/AppController.php 83.33% <ø> (ø) 2.00 <0.00> (ø)
src/Controller/Component/LoginComponent.php 94.64% <ø> (ø) 23.00 <0.00> (ø)
src/Controller/Traits/CustomUsersTableTrait.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
...c/Controller/Traits/OneTimePasswordVerifyTrait.php 50.66% <ø> (ø) 18.00 <0.00> (ø)
src/Controller/Traits/PasswordManagementTrait.php 94.50% <ø> (ø) 27.00 <0.00> (ø)
src/Controller/Traits/ProfileTrait.php 100.00% <ø> (ø) 7.00 <0.00> (ø)
src/Controller/Traits/ReCaptchaTrait.php 90.90% <ø> (ø) 4.00 <0.00> (ø)
src/Controller/Traits/U2fTrait.php 93.40% <ø> (ø) 20.00 <0.00> (ø)
src/Controller/UsersController.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
... and 33 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 bc2f20c...13df798. Read the comment docs.