mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
119 stars 57 forks source link

WIP: feat/#43 refactor code #44

Closed mandrewcito closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #44 (0ac8504) into master (6a073c7) will increase coverage by 1.87%. The diff coverage is 95.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   93.48%   95.35%   +1.87%     
==========================================
  Files          30       32       +2     
  Lines        1074     1227     +153     
==========================================
+ Hits         1004     1170     +166     
+ Misses         70       57      -13     
Impacted Files Coverage Δ
signalrcore/messages/cancel_invocation_message.py 60.00% <0.00%> (ø)
test/streaming_test.py 100.00% <ø> (ø)
signalrcore/protocol/base_hub_protocol.py 87.50% <72.72%> (+1.13%) :arrow_up:
test/base_test_case.py 95.12% <87.50%> (+15.95%) :arrow_up:
signalrcore/hub/base_hub_connection.py 82.50% <90.90%> (+0.01%) :arrow_up:
signalrcore/protocol/messagepack_protocol.py 94.31% <93.97%> (ø)
signalrcore/helpers.py 100.00% <100.00%> (+3.38%) :arrow_up:
signalrcore/hub/auth_hub_connection.py 100.00% <100.00%> (ø)
signalrcore/hub/connection.py 100.00% <100.00%> (ø)
signalrcore/hub/handlers.py 100.00% <100.00%> (ø)
... and 21 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 6a073c7...0ac8504. Read the comment docs.