philippseith / signalr

SignalR server and client in go
MIT License
131 stars 39 forks source link

Bugfix/#161 unread body prevents reuse of connection #162

Closed philippseith closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #162 (077ac80) into master (11e6992) will decrease coverage by 0.05%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   80.28%   80.24%   -0.05%     
==========================================
  Files          30       30              
  Lines        2283     2293      +10     
==========================================
+ Hits         1833     1840       +7     
- Misses        326      328       +2     
- Partials      124      125       +1     
Impacted Files Coverage Δ
clientoptions.go 73.80% <83.33%> (+1.58%) :arrow_up:
client.go 80.53% <100.00%> (+0.35%) :arrow_up:
clientsseconnection.go 83.33% <100.00%> (ø)
httpconnection.go 42.30% <100.00%> (+2.30%) :arrow_up:

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11e6992...077ac80. Read the comment docs.