-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add store item logic to EventStore #60
Conversation
Codecov Report
@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 82.90% 83.14% +0.24%
==========================================
Files 63 66 +3
Lines 4024 4183 +159
Branches 438 448 +10
==========================================
+ Hits 3336 3478 +142
- Misses 688 705 +17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CloudFabric.EventSourcing.EventStore/Persistence/ItemWrapper.cs
Outdated
Show resolved
Hide resolved
Implementations/CloudFabric.EventSourcing.EventStore.Postgresql/PostgresqlEventStore.cs
Outdated
Show resolved
Hide resolved
Implementations/CloudFabric.EventSourcing.EventStore.Postgresql/PostgresqlEventStore.cs
Outdated
Show resolved
Hide resolved
...AspNet/CloudFabric.EventSourcing.AspNet.Postgresql/Extensions/ServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
...AspNet/CloudFabric.EventSourcing.AspNet.Postgresql/Extensions/ServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
CloudFabric.EventSourcing.EventStore/Enums/ItemEventStoreNameAdding.cs
Outdated
Show resolved
Hide resolved
CloudFabric.EventSourcing.EventStore/Enums/ItemEventStoreNameAdding.cs
Outdated
Show resolved
Hide resolved
Implementations/CloudFabric.EventSourcing.EventStore.CosmosDb/CosmosDbEventStore.cs
Outdated
Show resolved
Hide resolved
Implementations/CloudFabric.EventSourcing.EventStore.Postgresql/PostgresqlEventStore.cs
Outdated
Show resolved
Hide resolved
SonarCloud Quality Gate failed. 0 Bugs 66.5% Coverage The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.