rsocket / rsocket-go

rsocket-go implementation
Apache License 2.0
507 stars 46 forks source link

feat: support new mono processor implementation #88

Closed jjeffcaii closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #88 (73346d9) into master (f9dd9c5) will decrease coverage by 0.23%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   62.97%   62.74%   -0.24%     
==========================================
  Files          99       99              
  Lines        4262     4262              
==========================================
- Hits         2684     2674      -10     
- Misses       1328     1338      +10     
  Partials      250      250              
Impacted Files Coverage Δ
internal/socket/duplex.go 30.76% <81.81%> (+0.09%) :arrow_up:
rx/mono/utils.go 72.50% <100.00%> (-2.81%) :arrow_down:
rx/mono/proxy_oneshot.go 29.33% <0.00%> (-5.34%) :arrow_down:
server.go 72.83% <0.00%> (-1.74%) :arrow_down:
rx/mono/proxy_default.go 87.93% <0.00%> (-1.73%) :arrow_down:

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 f9dd9c5...73346d9. Read the comment docs.