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

update dev to use skip_migration

063e723
Select commit
Loading
Failed to load commit list.
Merged

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

update dev to use skip_migration
063e723
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 12, 2024 in 1s

71.95% of diff hit (target 68.21%)

View this Pull Request on Codecov

71.95% of diff hit (target 68.21%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L54 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L57 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L101 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L136 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L235 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L251 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/dev.rs#L254-L264

Added lines #L254 - L264 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L266 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L59 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L62 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L93 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L101 - L111 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L136 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 72 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#L72

Added line #L72 was not covered by tests

Check warning on line 414 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#L414

Added line #L414 was not covered by tests

Check warning on line 129 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#L125-L129

Added lines #L125 - L129 were not covered by tests

Check warning on line 76 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#L76

Added line #L76 was not covered by tests

Check warning on line 46 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#L46

Added line #L46 was not covered by tests