revoframework / Revo

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

DB migrations improvements: hooks and transaction modes #35

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

Added

Changed

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (054b92f) into develop (bae8e95) will decrease coverage by 0.10%. The diff coverage is 24.42%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #35      +/-   ##
===========================================
- Coverage    36.75%   36.64%   -0.11%     
===========================================
  Files          471      475       +4     
  Lines         6944     7011      +67     
===========================================
+ Hits          2552     2569      +17     
- Misses        4392     4442      +50     
Impacted Files Coverage Δ
...ions.History/ChangeTracking/ChangeDataTypeCache.cs 0.00% <ø> (ø)
...Extensions.History/ChangeTracking/HistoryModule.cs 0.00% <0.00%> (ø)
.../Channels/Buffering/BufferedNotificationStartup.cs 0.00% <ø> (ø)
...vo.Extensions.Notifications/NotificationsModule.cs 0.00% <0.00%> (ø)
...ers/EF6/Revo.EF6/DataAccess/EF6DataAccessModule.cs 0.00% <0.00%> (ø)
...6/Revo.EF6/DataAccess/Entities/DbContextFactory.cs 0.00% <ø> (ø)
...aAccess/Migrations/EF6DatabaseMigrationProvider.cs 0.00% <0.00%> (ø)
...o.EF6/DataAccess/Migrations/EF6MigrationsModule.cs 0.00% <0.00%> (ø)
...6/Revo.EF6/DataAccess/Model/EntityTypeDiscovery.cs 0.00% <0.00%> (ø)
...Revo.EF6/DataAccess/Model/ModelMetadataExplorer.cs 0.00% <ø> (ø)
... and 51 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 bae8e95...054b92f. Read the comment docs.