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(sozo): fetch writes from events and calculate diff for that + some refactor #2203

Merged
merged 18 commits into from
Jul 31, 2024

make code more idiomatic

0aa5d3e
Select commit
Loading
Failed to load commit list.
Merged

refactor(sozo): fetch writes from events and calculate diff for that + some refactor #2203

make code more idiomatic
0aa5d3e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2024 in 1s

70.20% (+0.05%) compared to f14c445

View this Pull Request on Codecov

70.20% (+0.05%) compared to f14c445

Details

Codecov Report

Attention: Patch coverage is 78.03618% with 85 lines in your changes missing coverage. Please review.

Project coverage is 70.20%. Comparing base (f14c445) to head (0aa5d3e).

Files Patch % Lines
crates/sozo/ops/src/migration/migrate.rs 68.29% 39 Missing ⚠️
crates/sozo/ops/src/migration/mod.rs 61.22% 19 Missing ⚠️
bin/sozo/src/commands/auth.rs 0.00% 11 Missing ⚠️
crates/dojo-world/src/contracts/naming.rs 0.00% 11 Missing ⚠️
crates/dojo-world/src/manifest/mod.rs 97.33% 2 Missing ⚠️
crates/sozo/ops/src/auth.rs 86.66% 2 Missing ⚠️
crates/sozo/ops/src/migration/utils.rs 97.82% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2203      +/-   ##
==========================================
+ Coverage   70.15%   70.20%   +0.05%     
==========================================
  Files         343      343              
  Lines       44981    45185     +204     
==========================================
+ Hits        31556    31722     +166     
- Misses      13425    13463      +38     

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