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: ability to skip migration of certain contracts/models #2026

Merged
merged 18 commits into from
Jun 13, 2024

fix: use world dispatcher snapshot

f05cbe7
Select commit
Loading
Failed to load commit list.
Merged

feat: ability to skip migration of certain contracts/models #2026

fix: use world dispatcher snapshot
f05cbe7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 13, 2024 in 0s

76.68% of diff hit (target 68.31%)

View this Pull Request on Codecov

76.68% of diff hit (target 68.31%)

Annotations

Check warning on line 53 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L53

Added line #L53 was not covered by tests

Check warning on line 56 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L56

Added line #L56 was not covered by tests

Check warning on line 100 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L100

Added line #L100 was not covered by tests

Check warning on line 135 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L135

Added line #L135 was not covered by tests

Check warning on line 234 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L234

Added line #L234 was not covered by tests

Check warning on line 250 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L250

Added line #L250 was not covered by tests

Check warning on line 255 in bin/sozo/src/commands/dev.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L253-L255

Added lines #L253 - L255 were not covered by tests

Check warning on line 61 in bin/sozo/src/commands/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/migrate.rs#L61

Added line #L61 was not covered by tests

Check warning on line 71 in bin/sozo/src/commands/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/migrate.rs#L71

Added line #L71 was not covered by tests

Check warning on line 103 in bin/sozo/src/commands/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/migrate.rs#L103

Added line #L103 was not covered by tests

Check warning on line 121 in bin/sozo/src/commands/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/migrate.rs#L111-L121

Added lines #L111 - L121 were not covered by tests

Check warning on line 125 in crates/dojo-bindgen/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-bindgen/src/lib.rs#L125

Added line #L125 was not covered by tests

Check warning on line 661 in crates/dojo-bindgen/src/plugins/typescript_v2/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-bindgen/src/plugins/typescript_v2/mod.rs#L651-L661

Added lines #L651 - L661 were not covered by tests

Check warning on line 24 in crates/dojo-test-utils/src/migration.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-test-utils/src/migration.rs#L24

Added line #L24 was not covered by tests

Check warning on line 61 in crates/dojo-world/src/contracts/world_test.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-world/src/contracts/world_test.rs#L61

Added line #L61 was not covered by tests

Check warning on line 407 in crates/dojo-world/src/manifest/manifest_test.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-world/src/manifest/manifest_test.rs#L407

Added line #L407 was not covered by tests

Check warning on line 146 in crates/dojo-world/src/manifest/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-world/src/manifest/mod.rs#L142-L146

Added lines #L142 - L146 were not covered by tests

Check warning on line 82 in crates/sozo/ops/src/migration/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/mod.rs#L82

Added line #L82 was not covered by tests

Check warning on line 35 in crates/sozo/ops/src/migration/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/utils.rs#L35

Added line #L35 was not covered by tests