ntex-rs / ntex-amqp

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

Migrate to ntex-service-1.0 #27

Closed fafhrd91 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 52.74% // Head: 48.73% // Decreases project coverage by -4.01% :warning:

Coverage data is based on head (1ed415c) compared to base (fe4918a). Patch coverage: 54.28% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #27 +/- ## ========================================== - Coverage 52.74% 48.73% -4.02% ========================================== Files 35 34 -1 Lines 3699 3394 -305 ========================================== - Hits 1951 1654 -297 + Misses 1748 1740 -8 ``` | [Impacted Files](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs) | Coverage Δ | | |---|---|---| | [codec/src/codec/encode.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-Y29kZWMvc3JjL2NvZGVjL2VuY29kZS5ycw==) | `62.18% <0.00%> (ø)` | | | [codec/src/types/mod.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-Y29kZWMvc3JjL3R5cGVzL21vZC5ycw==) | `30.86% <0.00%> (ø)` | | | [codec/src/types/variant.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-Y29kZWMvc3JjL3R5cGVzL3ZhcmlhbnQucnM=) | `7.40% <0.00%> (-21.17%)` | :arrow_down: | | [src/control.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL2NvbnRyb2wucnM=) | `72.22% <ø> (ø)` | | | [src/session.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3Nlc3Npb24ucnM=) | `39.48% <0.00%> (-0.08%)` | :arrow_down: | | [src/sndlink.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3NuZGxpbmsucnM=) | `41.53% <0.00%> (+0.75%)` | :arrow_up: | | [src/dispatcher.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL2Rpc3BhdGNoZXIucnM=) | `40.22% <45.94%> (+3.55%)` | :arrow_up: | | [src/default.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL2RlZmF1bHQucnM=) | `38.46% <50.00%> (-2.72%)` | :arrow_down: | | [src/server/service.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3NlcnZlci9zZXJ2aWNlLnJz) | `60.86% <50.00%> (+6.24%)` | :arrow_up: | | [src/router.rs](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3JvdXRlci5ycw==) | `60.00% <54.16%> (-1.85%)` | :arrow_down: | | ... and [19 more](https://codecov.io/gh/ntex-rs/ntex-amqp/pull/27/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.