twitchax / AspNetCore.Proxy

ASP.NET Core Proxies made easy.
MIT License
525 stars 83 forks source link

WebSocket Support #26

Closed twitchax closed 4 years ago

twitchax commented 4 years ago

@Rohansi, interested in taking a look?

codecov-io commented 4 years ago

Codecov Report

Merging #26 into master will increase coverage by 0.59%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage    98.8%   99.39%   +0.59%     
==========================================
  Files           4        7       +3     
  Lines         251      333      +82     
==========================================
+ Hits          248      331      +83     
+ Misses          3        2       -1
Impacted Files Coverage Δ
src/Core/Helpers.cs 100% <100%> (ø) :arrow_up:
src/Core/ProxyRouteExtensions.cs 98.4% <100%> (+1.23%) :arrow_up:
src/Core/ProxyOptions.cs 100% <100%> (ø) :arrow_up:
src/Core/Extensions.cs 100% <100%> (ø)
src/Core/WsExtensions.cs 100% <100%> (ø)
src/Core/HttpExtensions.cs 100% <100%> (ø)

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 40a7763...ef261c6. Read the comment docs.

twitchax commented 4 years ago

Will likely fix codecov degradation later. Mostly in some non-happy-path WebSocket cases.