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

finalize e2e test #160

Closed jenow closed 6 years ago

jenow commented 6 years ago

What does this PR do ?

codecov-io commented 6 years ago

Codecov Report

Merging #160 into 1.x will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              1.x     #160      +/-   ##
==========================================
+ Coverage   88.92%   89.01%   +0.09%     
==========================================
  Files         244      244              
  Lines        4406     4406              
==========================================
+ Hits         3918     3922       +4     
+ Misses        456      452       -4     
  Partials       32       32
Impacted Files Coverage Δ
realtime/join.go 78.37% <0%> (+5.4%) :arrow_up:
realtime/subscribe.go 77.14% <0%> (+5.71%) :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 245968c...7161484. Read the comment docs.