revoframework / Revo

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

Bugfix/config infrastructure advanced action #31

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

fixed: UseAllEFCoreInfrastructure/UseAllEF6Infrastructure did not run advancedAction, if supplied (#27)

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 (b6965cd) into develop (885caec) will increase coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #31      +/-   ##
===========================================
+ Coverage    36.73%   36.79%   +0.05%     
===========================================
  Files          471      471              
  Lines         6938     6944       +6     
===========================================
+ Hits          2549     2555       +6     
  Misses        4389     4389              
Impacted Files Coverage Δ
...ration/EF6InfrastructureConfigurationExtensions.cs 0.00% <0.00%> (ø)
...ion/EFCoreInfrastructureConfigurationExtensions.cs 0.00% <0.00%> (ø)
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :arrow_down:
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 92.30% <0.00%> (+3.84%) :arrow_up:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 100.00% <0.00%> (+10.25%) :arrow_up:
Revo.Core/Types/VersionedType.cs 88.88% <0.00%> (+11.11%) :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 885caec...b6965cd. Read the comment docs.