ntex-rs / ntex-amqp

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

Refactor dispatch process #12

Closed fafhrd91 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (27bd129) into master (5d0f60f) will increase coverage by 0.32%. The diff coverage is 46.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   47.46%   47.78%   +0.32%     
==========================================
  Files          38       36       -2     
  Lines        6192     6175      -17     
==========================================
+ Hits         2939     2951      +12     
+ Misses       3253     3224      -29     
Impacted Files Coverage Δ
codec/src/protocol/mod.rs 29.89% <0.00%> (-2.69%) :arrow_down:
src/error.rs 0.00% <ø> (ø)
src/lib.rs 54.05% <ø> (ø)
tests/test_server.rs 88.05% <ø> (ø)
src/session.rs 32.37% <23.63%> (-2.06%) :arrow_down:
src/dispatcher.rs 48.76% <49.20%> (+5.59%) :arrow_up:
src/rcvlink.rs 25.43% <50.00%> (-0.55%) :arrow_down:
src/types.rs 52.94% <50.00%> (+20.18%) :arrow_up:
src/router.rs 45.89% <51.45%> (+4.40%) :arrow_up:
src/connection.rs 52.74% <58.92%> (-2.34%) :arrow_down:
... and 8 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 5d0f60f...27bd129. Read the comment docs.