kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

[fix] Wrong route called in server.GetStats() #226

Closed alexandrebouthinon closed 6 years ago

alexandrebouthinon commented 6 years ago

What does this PR do?

Wrong route called in server.GetStats()

codecov-io commented 6 years ago

Codecov Report

Merging #226 into 1-dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##            1-dev     #226   +/-   ##
=======================================
  Coverage   88.12%   88.12%           
=======================================
  Files         244      244           
  Lines        4479     4479           
=======================================
  Hits         3947     3947           
  Misses        481      481           
  Partials       51       51
Impacted Files Coverage Δ
server/getStats.go 78.94% <100%> (ø) :arrow_up:

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 0fc3ae0...0fef8f5. Read the comment docs.