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

refactor: simplify Repository and Serde traits, introduce AnyRepository, remove ProtobufSerde #270

Merged
merged 4 commits into from
Dec 11, 2023

refactor(eventually): move to nested, local mod.rs pattern

191273c
Select commit
Loading
Failed to load commit list.
Merged

refactor: simplify Repository and Serde traits, introduce AnyRepository, remove ProtobufSerde #270

refactor(eventually): move to nested, local mod.rs pattern
191273c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2023 in 0s

91.53% (+4.19%) compared to f04295a

View this Pull Request on Codecov

91.53% (+4.19%) compared to f04295a

Details

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (f04295a) 87.33% compared to head (191273c) 91.53%.
Report is 1 commits behind head on main.

Files Patch % Lines
...entually/src/aggregate/repository/event_sourced.rs 89.58% 5 Missing ⚠️
eventually/src/aggregate/repository/any.rs 90.00% 2 Missing ⚠️
eventually/src/tracing.rs 0.00% 2 Missing ⚠️
eventually/src/aggregate/repository/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
+ Coverage   87.33%   91.53%   +4.19%     
==========================================
  Files          17       17              
  Lines        1161     1158       -3     
==========================================
+ Hits         1014     1060      +46     
+ Misses        147       98      -49     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.