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.CheckAggregate for nulls #54

Closed martinzima closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #54 (f9222ea) into develop (310001d) will decrease coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #54      +/-   ##
===========================================
- Coverage    36.84%   36.77%   -0.07%     
===========================================
  Files          472      472              
  Lines         6563     6561       -2     
===========================================
- Hits          2418     2413       -5     
- Misses        4145     4148       +3     
Impacted Files Coverage Δ
Revo.DataAccess/InMemory/InMemoryCrudRepository.cs 69.38% <ø> (-0.62%) :arrow_down:
....Infrastructure/Repositories/CrudAggregateStore.cs 73.17% <100.00%> (ø)
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 88.23% <0.00%> (-11.77%) :arrow_down:
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 87.50% <0.00%> (-4.17%) :arrow_down:
...ain/Events/ConventionEventApplyRegistratorCache.cs 82.69% <0.00%> (-1.93%) :arrow_down:
Revo.DataAccess/Entities/RepositoryHelpers.cs 77.77% <0.00%> (+44.44%) :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 310001d...f9222ea. Read the comment docs.