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/database initializer sorting #52

Closed martinzima closed 2 years ago

martinzima commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (d261cf2) into develop (3cbef32) will increase coverage by 0.19%. The diff coverage is 90.47%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #52      +/-   ##
===========================================
+ Coverage    36.56%   36.76%   +0.19%     
===========================================
  Files          472      472              
  Lines         6552     6563      +11     
===========================================
+ Hits          2396     2413      +17     
+ Misses        4156     4150       -6     
Impacted Files Coverage Δ
Revo.Infrastructure/DataAccess/DataAccessModule.cs 0.00% <0.00%> (ø)
.../DataAccess/DatabaseInitializerDependencySorter.cs 100.00% <100.00%> (ø)
...astructure/DataAccess/DatabaseInitializerLoader.cs 100.00% <100.00%> (ø)
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 91.66% <0.00%> (+4.16%) :arrow_up:
...rastructure/DataAccess/InitializeAfterAttribute.cs 100.00% <0.00%> (+100.00%) :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 3cbef32...d261cf2. Read the comment docs.