rabbitmq-stream-dotnet-client icon indicating copy to clipboard operation
rabbitmq-stream-dotnet-client copied to clipboard

Super Stream Consumer

Open Gsantomaggio opened this issue 3 years ago • 1 comments

The base for Standard Consumer and Super-Stream Consumer

Signed-off-by: Gabriele Santomaggio [email protected]

Gsantomaggio avatar Oct 07 '22 09:10 Gsantomaggio

Codecov Report

Base: 92.73% // Head: 92.83% // Increases project coverage by +0.09% :tada:

Coverage data is based on head (fe8e67d) compared to base (55f78d8). Patch coverage: 95.11% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
+ Coverage   92.73%   92.83%   +0.09%     
==========================================
  Files          90       94       +4     
  Lines        7327     7890     +563     
  Branches      463      590     +127     
==========================================
+ Hits         6795     7325     +530     
- Misses        428      455      +27     
- Partials      104      110       +6     
Impacted Files Coverage Δ
RabbitMQ.Stream.Client/StreamSystem.cs 88.08% <78.57%> (-1.29%) :arrow_down:
Tests/Utils.cs 76.40% <83.95%> (+3.58%) :arrow_up:
RabbitMQ.Stream.Client/Reliable/ConsumerFactory.cs 90.69% <90.69%> (ø)
RabbitMQ.Stream.Client/SuperStreamConsumer.cs 97.08% <97.08%> (ø)
Tests/SuperStreamConsumerTests.cs 98.84% <98.84%> (ø)
RabbitMQ.Stream.Client/Consumer.cs 90.72% <100.00%> (+2.97%) :arrow_up:
RabbitMQ.Stream.Client/IConsumer.cs 100.00% <100.00%> (ø)
...abbitMQ.Stream.Client/Reliable/ReliableConsumer.cs 100.00% <100.00%> (ø)
RabbitMQ.Stream.Client/SuperStreamProducer.cs 100.00% <100.00%> (+0.59%) :arrow_up:
Tests/ReliableTests.cs 99.27% <100.00%> (+<0.01%) :arrow_up:
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

codecov[bot] avatar Oct 07 '22 11:10 codecov[bot]