revoframework / Revo

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

- breaking change (notifications extension): notification buffers, pi… #48

Closed martinzima closed 2 years ago

martinzima commented 2 years ago

…peline and governors are now identified using arbitrary string names instead of GUIDs for more flexibility

codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (7550a87) into develop (ff34a4e) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #48   +/-   ##
========================================
  Coverage    38.32%   38.33%           
========================================
  Files          481      481           
  Lines         7103     7104    +1     
========================================
+ Hits          2722     2723    +1     
  Misses        4381     4381           
Impacted Files Coverage Δ
...ns/Channels/Buffering/BufferedNotificationStore.cs 100.00% <ø> (ø)
...Channels/Buffering/BufferingNotificationChannel.cs 92.85% <ø> (ø)
...uffering/ProcessBufferedNotificationsJobHandler.cs 100.00% <ø> (ø)
...ns/Channels/Buffering/AggregatingBufferGovernor.cs 100.00% <100.00%> (ø)
...cations/Channels/Buffering/NotificationPipeline.cs 100.00% <100.00%> (ø)
...tensions.Notifications/Model/NotificationBuffer.cs 75.00% <100.00%> (+3.57%) :arrow_up:

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 ff34a4e...7550a87. Read the comment docs.