revoframework / Revo

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

customize event serializer #25

Closed martinadam511 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (cc5c79c) into develop (41ad005) will decrease coverage by 0.11%. The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #25      +/-   ##
===========================================
- Coverage    36.79%   36.68%   -0.12%     
===========================================
  Files          469      471       +2     
  Lines         6927     6938      +11     
===========================================
- Hits          2549     2545       -4     
- Misses        4378     4393      +15     
Impacted Files Coverage Δ
...ration/EF6InfrastructureConfigurationExtensions.cs 0.00% <0.00%> (ø)
...iguration/EF6InfrastructureConfigurationSection.cs 0.00% <0.00%> (ø)
Providers/EF6/Revo.EF6/Events/EF6EventsModule.cs 0.00% <0.00%> (ø)
...ion/EFCoreInfrastructureConfigurationExtensions.cs 0.00% <0.00%> (ø)
...ration/EFCoreInfrastructureConfigurationSection.cs 0.00% <0.00%> (ø)
...rs/EFCore/Revo.EFCore/Events/EFCoreEventsModule.cs 0.00% <0.00%> (ø)
Revo.Infrastructure/Events/EventSerializer.cs 87.50% <100.00%> (+0.40%) :arrow_up:
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :arrow_down:
Revo.Core/Types/VersionedType.cs 77.77% <0.00%> (-11.12%) :arrow_down:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 84.61% <0.00%> (-5.13%) :arrow_down:
... and 3 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 41ad005...cc5c79c. Read the comment docs.