Skip to content
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

Merged
merged 6 commits into from
Aug 9, 2023
Merged

Add store item logic to EventStore #60

merged 6 commits into from
Aug 9, 2023

Conversation

scand1n
Copy link
Contributor

@scand1n scand1n commented Aug 3, 2023

No description provided.

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #60 (785be28) into main (2cfdccf) will increase coverage by 0.24%.
The diff coverage is 89.32%.

@@            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     
Files Changed Coverage Δ
...Sourcing.EventStore/EventStoreSerializerOptions.cs 100.00% <ø> (ø)
...ventSourcing.EventStore/Persistence/ItemWrapper.cs 0.00% <0.00%> (ø)
...cing.EventStore.Postgresql/PostgresqlEventStore.cs 80.42% <85.58%> (+1.76%) ⬆️
...entSourcing.EventStore/Persistence/EventWrapper.cs 70.00% <100.00%> (ø)
CloudFabric.EventSourcing.Tests/Domain/TestItem.cs 100.00% <100.00%> (ø)
CloudFabric.EventSourcing.Tests/ItemTests.cs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 11 Code Smells

66.5% 66.5% Coverage
0.0% 0.0% Duplication

warning 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.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@scand1n scand1n merged commit b188305 into main Aug 9, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants