revoframework / Revo

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

bugfix: default EasyNetQ subscription AddType configuration callback #44

Closed martinzima closed 2 years ago

martinzima commented 2 years ago

EasyNetQ subscription AddType configuration should provide default empty configuration callback when passed null

codecov[bot] commented 2 years ago

Codecov Report

Merging #44 (c5697e9) into develop (02b0628) will decrease coverage by 0.08%. The diff coverage is n/a.

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

@@             Coverage Diff             @@
##           develop      #44      +/-   ##
===========================================
- Coverage    38.12%   38.03%   -0.09%     
===========================================
  Files          481      481              
  Lines         7093     7093              
===========================================
- Hits          2704     2698       -6     
- Misses        4389     4395       +6     
Impacted Files Coverage Δ
Providers/EasyNetQ/Revo.EasyNetQ/BusInitializer.cs 95.00% <ø> (ø)
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 89.74% <0.00%> (-10.26%) :arrow_down:
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 88.46% <0.00%> (-3.85%) :arrow_down:

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 02b0628...26b1b9e. Read the comment docs.