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

feat(sozo): upload world/models/contracts metadata only if changed #2691

Merged
merged 8 commits into from
Nov 28, 2024

fix: fix warning message

c890b57
Select commit
Loading
Failed to load commit list.
Merged

feat(sozo): upload world/models/contracts metadata only if changed #2691

fix: fix warning message
c890b57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 0s

56.48% (+0.23%) compared to ebcc23d

View this Pull Request on Codecov

56.48% (+0.23%) compared to ebcc23d

Details

Codecov Report

Attention: Patch coverage is 80.32000% with 123 lines in your changes missing coverage. Please review.

Project coverage is 56.48%. Comparing base (ebcc23d) to head (c890b57).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
bin/sozo/src/commands/migrate.rs 0.00% 31 Missing ⚠️
crates/dojo/world/src/services/ipfs_service.rs 0.00% 27 Missing ⚠️
crates/dojo/world/src/contracts/abigen/world.rs 20.00% 24 Missing ⚠️
crates/sozo/ops/src/migrate/mod.rs 82.08% 12 Missing ⚠️
crates/dojo/world/src/config/ipfs_config.rs 9.09% 10 Missing ⚠️
crates/dojo/world/src/uri.rs 55.55% 8 Missing ⚠️
bin/sozo/src/commands/auth.rs 33.33% 4 Missing ⚠️
crates/dojo/world/src/diff/resource.rs 66.66% 2 Missing ⚠️
crates/dojo/world/src/remote/resource.rs 86.66% 2 Missing ⚠️
bin/sozo/src/commands/dev.rs 0.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2691      +/-   ##
==========================================
+ Coverage   56.24%   56.48%   +0.23%     
==========================================
  Files         415      421       +6     
  Lines       53241    53976     +735     
==========================================
+ Hits        29948    30488     +540     
- Misses      23293    23488     +195     

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