carloshenrq / ragnaservice

RESTful api for ragnarok emulators
GNU General Public License v3.0
0 stars 0 forks source link

Profile verify #25

Closed carloshenrq closed 5 years ago

carloshenrq commented 5 years ago

Adicionado todos os métodos necessários para verificação e gerenciamento de perfil pelo usuário.

codecov[bot] commented 5 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #25    +/-   ##
========================================
  Coverage       100%   100%            
- Complexity       45    113    +68     
========================================
  Files             8     13     +5     
  Lines           194    480   +286     
========================================
+ Hits            194    480   +286
Impacted Files Coverage Δ Complexity Δ
app/Model/Observer/ProfileObserver.php 100% <100%> (ø) 6 <6> (?)
app/Model/Observer/ProfileResetObserver.php 100% <100%> (ø) 4 <4> (?)
app/App.php 100% <100%> (ø) 29 <8> (+11) :arrow_up:
app/Controller/Profile.php 100% <100%> (ø) 34 <31> (+32) :arrow_up:
app/Model/ProfileReset.php 100% <100%> (ø) 2 <2> (?)
app/Model/Observer/ProfileVerifyObserver.php 100% <100%> (ø) 5 <5> (?)
app/Model/Profile.php 100% <100%> (ø) 9 <5> (+5) :arrow_up:
app/Model/ProfileVerify.php 100% <100%> (ø) 2 <2> (?)
app/Controller/ControllerParser.php 100% <100%> (ø) 7 <1> (+1) :arrow_up:
... and 4 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 4285afb...50e12ed. Read the comment docs.