mandrewcito / signalrcore

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

Feature/improve tests #29

Closed mandrewcito closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.73%. The diff coverage is 98.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   89.62%   90.36%   +0.73%     
==========================================
  Files          29       30       +1     
  Lines         945      976      +31     
==========================================
+ Hits          847      882      +35     
+ Misses         98       94       -4     
Impacted Files Coverage Δ
test/client_streaming_test.py 100.00% <ø> (+7.40%) :arrow_up:
test/send_auth_errors_test.py 96.77% <96.77%> (ø)
signalrcore/hub/auth_hub_connection.py 100.00% <100.00%> (+22.22%) :arrow_up:
signalrcore/hub/base_hub_connection.py 75.81% <100.00%> (+1.52%) :arrow_up:
test/open_close_test.py 100.00% <100.00%> (+3.44%) :arrow_up:
test/reconnection_test.py 100.00% <100.00%> (ø)
test/send_test.py 100.00% <100.00%> (+4.22%) :arrow_up:
test/streaming_test.py 100.00% <100.00%> (+3.57%) :arrow_up:
test/base_test_case.py 79.16% <0.00%> (-16.67%) :arrow_down:
... and 1 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 ef217cc...29a255c. Read the comment docs.