revoframework / Revo

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

Improved EF Core entity filters #15

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

Added

Changed

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (b324ede) into develop (b851714) will decrease coverage by 0.37%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #15      +/-   ##
===========================================
- Coverage    35.41%   35.03%   -0.38%     
===========================================
  Files          457      464       +7     
  Lines         6766     6830      +64     
===========================================
- Hits          2396     2393       -3     
- Misses        4370     4437      +67     
Impacted Files Coverage Δ
...ion/EFCoreInfrastructureConfigurationExtensions.cs 0.00% <ø> (ø)
...figuration/EFCoreDataAccessConfigurationSection.cs 0.00% <0.00%> (ø)
...e/Revo.EFCore/DataAccess/EFCoreDataAccessModule.cs 0.00% <0.00%> (ø)
...EFCore/DataAccess/Entities/EFCoreCrudRepository.cs 0.00% <0.00%> (ø)
...ataAccess/InMemory/EFCoreInMemoryCrudRepository.cs 0.00% <0.00%> (ø)
...ataAccess/InMemory/EFCoreInMemoryDatabaseAccess.cs 0.00% <ø> (ø)
...cess/Query/CustomQueryDbContextOptionsExtension.cs 0.00% <0.00%> (ø)
...evo.EFCore/DataAccess/Query/CustomQueryProvider.cs 0.00% <0.00%> (ø)
.../DataAccess/Query/CustomQueryProviderConfigurer.cs 0.00% <0.00%> (ø)
...taAccess/Query/CustomQueryTranslationConfigurer.cs 0.00% <0.00%> (ø)
... and 15 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 b851714...b7f9a1b. Read the comment docs.