Closed JoseCage closed 7 years ago
Merging #48 into development will increase coverage by
1.07259%
. The diff coverage is5.34351%
.
@@ 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.
As planned before in #38 this PR comes with a breaking change in our core platform, jumping from
L5.4
toL.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.