revoframework / Revo

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

Async event queue manager fixes #23

Closed martinzima closed 3 years ago

martinzima commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (647344a) into develop (636cce5) will increase coverage by 1.75%. The diff coverage is 86.88%.

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

@@             Coverage Diff             @@
##           develop      #23      +/-   ##
===========================================
+ Coverage    35.09%   36.85%   +1.75%     
===========================================
  Files          466      469       +3     
  Lines         6861     6927      +66     
===========================================
+ Hits          2408     2553     +145     
+ Misses        4453     4374      -79     
Impacted Files Coverage Δ
...rs/EF6/Revo.EF6/EventStores/EF6EventStoreModule.cs 0.00% <ø> (ø)
Providers/EF6/Revo.EF6/Events/EF6EventsModule.cs 0.00% <0.00%> (ø)
...s/EFCore/Revo.EFCore/EFCoreInfrastructureModule.cs 0.00% <ø> (ø)
...Revo.EFCore/Events/EFCoreAsyncEventQueueManager.cs 0.00% <0.00%> (ø)
...rs/EFCore/Revo.EFCore/Events/EFCoreEventsModule.cs 0.00% <0.00%> (ø)
...FCore/Repositories/EFCoreCoordinatedTransaction.cs 0.00% <ø> (ø)
Revo.Core/Events/BasicEventMetadataNames.cs 100.00% <ø> (ø)
Revo.Core/Types/VersionedTypeId.cs 100.00% <ø> (ø)
...frastructure/EventStores/EventStoreEventMessage.cs 100.00% <ø> (ø)
...o.Infrastructure/EventStores/Generic/EventStore.cs 56.86% <ø> (ø)
... and 25 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 636cce5...ba3d838. Read the comment docs.