xoco70 / laravel-tournaments

Laravel Package that allows you to generate customizable tournaments trees. - This project repo is no longer being maintained
GNU General Public License v3.0
228 stars 51 forks source link

remove invites from tournament delete #13

Closed RomanGorbatko closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #13      +/-   ##
============================================
- Coverage     92.79%   92.66%   -0.13%     
  Complexity       59       59              
============================================
  Files             4        4              
  Lines           361      341      -20     
============================================
- Hits            335      316      -19     
+ Misses           26       25       -1
Impacted Files Coverage Δ Complexity Δ
tests/TestCase.php 83.33% <0%> (-0.23%) 23% <0%> (ø)
tests/SingleEliminationTest.php 98.09% <0%> (-0.12%) 21% <0%> (ø)
tests/SingleEliminationWPrelimTest.php 100% <0%> (ø) 12% <0%> (ø) :arrow_down:
tests/PlayOffTest.php 100% <0%> (ø) 3% <0%> (ø) :arrow_down:

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 8c9eac5...016d987. Read the comment docs.

xoco70 commented 6 years ago

Why do you want to delete this line?

RomanGorbatko commented 6 years ago

@xoco70 coz "invites" model does not exist in project.

https://github.com/xoco70/laravel-tournaments/search?utf8=%E2%9C%93&q=invites&type=

xoco70 commented 6 years ago

Merged !