ntex-rs / ntex-amqp

AMQP 1.0 Server framework
Apache License 2.0
65 stars 15 forks source link

Migrate to ntex-io #19

Closed fafhrd91 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #19 (c59f340) into master (2b4c30c) will increase coverage by 0.20%. The diff coverage is 71.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   53.13%   53.34%   +0.20%     
==========================================
  Files          35       35              
  Lines        3839     3719     -120     
==========================================
- Hits         2040     1984      -56     
+ Misses       1799     1735      -64     
Impacted Files Coverage Δ
codec/src/protocol/mod.rs 35.83% <ø> (ø)
src/connection.rs 64.43% <0.00%> (-3.61%) :arrow_down:
src/control.rs 65.00% <ø> (ø)
src/dispatcher.rs 37.43% <0.00%> (-8.34%) :arrow_down:
src/client/connection.rs 37.14% <33.33%> (+1.03%) :arrow_up:
src/server/sasl.rs 76.82% <75.00%> (+32.02%) :arrow_up:
src/client/connector.rs 53.54% <78.04%> (+5.52%) :arrow_up:
src/server/service.rs 63.15% <78.94%> (-1.60%) :arrow_down:
src/server/handshake.rs 70.73% <100.00%> (+14.59%) :arrow_up:
tests/test_server.rs 88.00% <100.00%> (-0.35%) :arrow_down:
... and 10 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 2b4c30c...c59f340. Read the comment docs.