rabbitmq-mock icon indicating copy to clipboard operation
rabbitmq-mock copied to clipboard

Issue #9 - Dead Letter Exchange, Dead Letter Routing and Alternative Exchange Policies

Open RedMu opened this issue 4 years ago • 1 comments

RedMu avatar Jul 07 '20 22:07 RedMu

Codecov Report

Merging #131 into master will increase coverage by 0.14%. The diff coverage is 97.22%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #131      +/-   ##
============================================
+ Coverage     94.20%   94.35%   +0.14%     
- Complexity      455      492      +37     
============================================
  Files            38       40       +2     
  Lines          1070     1151      +81     
  Branches         49       52       +3     
============================================
+ Hits           1008     1086      +78     
- Misses           45       46       +1     
- Partials         17       19       +2     
Impacted Files Coverage Δ Complexity Δ
...a/com/github/fridujo/rabbitmq/mock/MockPolicy.java 93.10% <93.10%> (ø) 15.00 <15.00> (?)
...ridujo/rabbitmq/mock/tool/ParameterMarshaller.java 96.55% <96.55%> (ø) 21.00 <21.00> (?)
...com/github/fridujo/rabbitmq/mock/AmqArguments.java 100.00% <100.00%> (ø) 11.00 <8.00> (-13.00)
...b/fridujo/rabbitmq/mock/MockConnectionFactory.java 100.00% <100.00%> (ø) 8.00 <6.00> (+5.00)
...ava/com/github/fridujo/rabbitmq/mock/MockNode.java 95.55% <100.00%> (+0.61%) 36.00 <6.00> (+6.00)
...va/com/github/fridujo/rabbitmq/mock/MockQueue.java 95.39% <100.00%> (+0.19%) 82.00 <2.00> (+1.00)
...o/rabbitmq/mock/exchange/BindableMockExchange.java 92.59% <100.00%> (+1.28%) 14.00 <3.00> (+1.00)
...jo/rabbitmq/mock/exchange/MockDefaultExchange.java 66.66% <100.00%> (+4.16%) 4.00 <1.00> (+1.00)

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 8930b81...bdc641f. Read the comment docs.

codecov[bot] avatar Jul 07 '20 22:07 codecov[bot]