Eyepea / aiosip

SIP support for AsyncIO (DEPRECATED)
Apache License 2.0
82 stars 40 forks source link

Fix #110 (Retransmission after terminal 401) #111

Closed idletea closed 6 years ago

idletea commented 6 years ago

And a test to prevent regression

codecov-io commented 6 years ago

Codecov Report

Merging #111 into master will increase coverage by 0.64%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   70.87%   71.52%   +0.64%     
==========================================
  Files          15       15              
  Lines        1528     1531       +3     
  Branches      264      265       +1     
==========================================
+ Hits         1083     1095      +12     
+ Misses        328      319       -9     
  Partials      117      117
Impacted Files Coverage Δ
aiosip/transaction.py 60.81% <100%> (+2.87%) :arrow_up:
aiosip/peers.py 73.35% <0%> (+2.31%) :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 3219ca4...37c8f77. Read the comment docs.