ruby_wamp_client icon indicating copy to clipboard operation
ruby_wamp_client copied to clipboard

Support for additional transports

Open ericchapman opened this issue 8 years ago • 1 comments

ericchapman avatar Feb 23 '18 02:02 ericchapman

Codecov Report

Merging #9 into master will increase coverage by 2.34%. The diff coverage is 98.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage    96.4%   98.75%   +2.34%     
==========================================
  Files          12       17       +5     
  Lines        3231     3520     +289     
==========================================
+ Hits         3115     3476     +361     
+ Misses        116       44      -72
Impacted Files Coverage Δ
lib/wamp_client.rb 100% <ø> (ø) :arrow_up:
.../wamp_client/transport/web_socket_event_machine.rb 100% <100%> (ø)
lib/wamp_client/transport/event_machine_base.rb 100% <100%> (ø)
spec/connection_spec.rb 100% <100%> (ø)
spec/session_spec.rb 99.74% <100%> (ø) :arrow_up:
spec/transport_spec.rb 100% <100%> (ø)
lib/wamp_client/session.rb 97.91% <88.88%> (-0.21%) :arrow_down:
lib/wamp_client/connection.rb 93.81% <89.65%> (+62.86%) :arrow_up:
lib/wamp_client/transport/base.rb 97.82% <92.85%> (ø)
lib/wamp_client/transport/faye_web_socket.rb 96.66% <96.66%> (ø)
... and 8 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 3c24f66...cd69da9. Read the comment docs.

codecov-io avatar Feb 23 '18 03:02 codecov-io