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

Hotfix report #250

Closed jenow closed 5 years ago

jenow commented 5 years ago

What does this PR do?

Reporting https://github.com/kuzzleio/sdk-go/pull/249 on this branch

codecov[bot] commented 5 years ago

Codecov Report

Merging #250 into 1-stable will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           1-stable     #250   +/-   ##
=========================================
  Coverage     88.86%   88.86%           
=========================================
  Files           244      244           
  Lines          4463     4463           
=========================================
  Hits           3966     3966           
  Misses          443      443           
  Partials         54       54
Impacted Files Coverage Δ
kuzzle/kuzzle.go 27.85% <ø> (ø) :arrow_up:
protocol/websocket/web_socket.go 16.66% <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 8b0e173...222b756. Read the comment docs.