givebloodorg / doesangue-core

Online platform that connects people interested in blood donation
https://givebloodorg.github.io
MIT License
88 stars 15 forks source link

Releasing Laravel 55 migration #48

Closed JoseCage closed 6 years ago

JoseCage commented 7 years ago

As planned before in #38 this PR comes with a breaking change in our core platform, jumping from L5.4 to L.5.5 and also i have added and removed some features after getting feedback from other people. One of most notable change we made is #41 to organize better our API endpoints.

JoseCage commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #48 into development will increase coverage by 1.07259%. The diff coverage is 5.34351%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##             development         #48         +/-   ##
=======================================================
+ Coverage       21.68022%   22.75281%   +1.07259%     
+ Complexity           105          99          -6     
=======================================================
  Files                 33          35          +2     
  Lines                369         356         -13     
=======================================================
+ Hits                  80          81          +1     
+ Misses               289         275         -14
Impacted Files Coverage Δ Complexity Δ
app/Models/Comment.php 0% <ø> (ø) 2 <0> (ø) :arrow_down:
app/Providers/AuthServiceProvider.php 100% <ø> (ø) 1 <0> (ø) :arrow_down:
app/Http/Controllers/API/V1/UsersController.php 0% <0%> (ø) 2 <1> (ø) :arrow_down:
app/Http/Controllers/API/V1/InvitesController.php 0% <0%> (ø) 3 <0> (ø) :arrow_down:
app/Http/Middleware/RedirectIfAuthenticated.php 0% <0%> (ø) 2 <0> (ø) :arrow_down:
app/Console/Commands/MakeModelCommand.php 0% <0%> (ø) 2 <0> (ø) :arrow_down:
app/Http/Resources/UserCollection.php 0% <0%> (ø) 1 <1> (?)
app/Exceptions/Handler.php 0% <0%> (ø) 7 <1> (+1) :arrow_up:
app/Http/Resources/Campaign.php 0% <0%> (ø) 1 <1> (?)
app/Models/User.php 0% <0%> (ø) 10 <5> (+4) :arrow_up:
... and 21 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 423d6bc...dab5309. Read the comment docs.