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/projection tenant context #46

Closed martinzima closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (38eeb40) into develop (984da87) will increase coverage by 0.22%. The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #46      +/-   ##
===========================================
+ Coverage    37.96%   38.19%   +0.22%     
===========================================
  Files          481      481              
  Lines         7101     7103       +2     
===========================================
+ Hits          2696     2713      +17     
+ Misses        4405     4390      -15     
Impacted Files Coverage Δ
...Revo.EF6/Projections/EF6ProjectionEventListener.cs 0.00% <0.00%> (ø)
...FCore/Projections/EFCoreProjectionEventListener.cs 0.00% <0.00%> (ø)
Revo.Core/Transactions/UnitOfWorkFactory.cs 100.00% <ø> (ø)
...ture/Projections/CrudEntityEventToPocoProjector.cs 75.00% <ø> (ø)
...rastructure/Projections/ProjectionEventListener.cs 100.00% <100.00%> (ø)
Revo.Core/Types/VersionedType.cs 77.77% <0.00%> (-11.12%) :arrow_down:
Revo.Domain/Events/MetadataExtensions.cs 51.61% <0.00%> (+6.45%) :arrow_up:
...vo.Infrastructure/Tenancy/TenantContextOverride.cs 100.00% <0.00%> (+87.50%) :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 984da87...38eeb40. Read the comment docs.