revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
654 stars 70 forks source link

-added: EasyNetQ subscriptions can now be registered as blocking (i.e… #43

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

Added

Changed

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (bdbcb2f) into develop (1fa5dce) will increase coverage by 0.17%. The diff coverage is 88.46%.

:exclamation: Current head bdbcb2f differs from pull request most recent head 00562f0. Consider uploading reports for the commit 00562f0 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #43      +/-   ##
===========================================
+ Coverage    37.90%   38.07%   +0.17%     
===========================================
  Files          480      481       +1     
  Lines         7071     7093      +22     
===========================================
+ Hits          2680     2701      +21     
- Misses        4391     4392       +1     
Impacted Files Coverage Δ
Providers/EasyNetQ/Revo.EasyNetQ/EasyNetQBus.cs 100.00% <ø> (ø)
Providers/EasyNetQ/Revo.EasyNetQ/EasyNetQModule.cs 0.00% <0.00%> (ø)
...yNetQ/Revo.EasyNetQ/EasyNetQSubscriptionHandler.cs 100.00% <ø> (ø)
...roviders/EasyNetQ/Revo.EasyNetQ/NullEasyNetQBus.cs 0.00% <ø> (ø)
...s/Providers/AdoNetStubDatabaseMigrationProvider.cs 0.00% <ø> (ø)
Providers/EasyNetQ/Revo.EasyNetQ/BusInitializer.cs 95.00% <100.00%> (+4.09%) :arrow_up:
...onfiguration/EasyNetQSubscriptionsConfiguration.cs 90.90% <100.00%> (+0.90%) :arrow_up:
...vo.EasyNetQ/EasyNetQBlockingSubscriptionHandler.cs 100.00% <100.00%> (ø)
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 88.46% <0.00%> (-3.85%) :arrow_down:
...ain/Events/ConventionEventApplyRegistratorCache.cs 81.13% <0.00%> (-1.89%) :arrow_down:
... and 3 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 1fa5dce...00562f0. Read the comment docs.