laravel-fans / laravel-ui-socialite

Automatically generate database, pages and routes for Laravel Socialite.
https://packagist.org/packages/laravel-fans/ui-socialite
Other
24 stars 7 forks source link

feat: support Laravel 8. #48

Closed sinkcup closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into main will decrease coverage by 3.59%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #48      +/-   ##
============================================
- Coverage     90.03%   86.44%   -3.60%     
+ Complexity       84       55      -29     
============================================
  Files            16        7       -9     
  Lines           251      177      -74     
============================================
- Hits            226      153      -73     
+ Misses           25       24       -1     
Impacted Files Coverage Δ Complexity Δ
src/Controllers/Controller.php 100.00% <ø> (ø) 5.00 <0.00> (?)
src/Controllers/Settings/ProfileController.php 100.00% <ø> (ø) 3.00 <0.00> (?)
src/Controllers/SocialiteLoginController.php 73.91% <ø> (ø) 6.00 <0.00> (?)
src/Models/SocialAccount.php 100.00% <ø> (ø) 2.00 <0.00> (?)
src/SocialiteService.php 75.55% <ø> (ø) 13.00 <0.00> (ø)
src/SocialiteCommand.php 91.52% <100.00%> (-0.42%) 22.00 <0.00> (ø)
src/UiSocialiteServiceProvider.php 85.71% <100.00%> (+10.71%) 4.00 <0.00> (-1.00) :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 345b1a3...fb140c3. Read the comment docs.