carloshenrq / ragnaservice

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

Server status #32

Closed carloshenrq closed 5 years ago

carloshenrq commented 5 years ago

Introdução ao Pull Request

Alterações propostas

Adiciona rotas para verificações de status de servidor e ping na porta para saber se está online o servidor.

Issues: issue #17

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@036abdf). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #32   +/-   ##
=======================================
  Coverage          ?   100%           
  Complexity        ?    159           
=======================================
  Files             ?     16           
  Lines             ?    654           
  Branches          ?      0           
=======================================
  Hits              ?    654           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ Complexity Δ
app/Controller/Server.php 100% <100%> (ø) 21 <21> (?)
app/Model/ServerLogin.php 100% <100%> (ø) 1 <1> (?)
app/Model/ServerChar.php 100% <100%> (ø) 1 <1> (?)
app/App.php 100% <100%> (ø) 49 <8> (?)

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 036abdf...ddcd717. Read the comment docs.