revoframework / Revo

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

fixed: CrudAggregateStore.Get*/Find* methods should return aggregates pending deletion #53

Closed martinzima closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (4d57345) into develop (fdf7628) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 4d57345 differs from pull request most recent head 6336a7b. Consider uploading reports for the commit 6336a7b to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #53   +/-   ##
========================================
  Coverage    36.73%   36.73%           
========================================
  Files          472      472           
  Lines         6563     6563           
========================================
  Hits          2411     2411           
  Misses        4152     4152           
Impacted Files Coverage Δ
...ructure/Repositories/EventSourcedAggregateStore.cs 87.83% <ø> (ø)
....Infrastructure/Repositories/CrudAggregateStore.cs 73.17% <100.00%> (+9.75%) :arrow_up:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 88.23% <0.00%> (-11.77%) :arrow_down:
...ain/Events/ConventionEventApplyRegistratorCache.cs 82.69% <0.00%> (-1.93%) :arrow_down:
Revo.Core/Types/VersionedType.cs 83.33% <0.00%> (+16.66%) :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 fdf7628...6336a7b. Read the comment docs.