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(torii): model upgrades #2637

Merged
merged 38 commits into from
Nov 14, 2024

fix: primitive len

551c6bd
Select commit
Loading
Failed to load commit list.
Merged

feat(torii): model upgrades #2637

fix: primitive len
551c6bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2024 in 1s

51.28% of diff hit (target 57.57%)

View this Pull Request on Codecov

51.28% of diff hit (target 57.57%)

Annotations

Check warning on line 248 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 204 in crates/dojo/types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/primitive.rs#L204

Added line #L204 was not covered by tests

Check warning on line 178 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L178

Added line #L178 was not covered by tests

Check warning on line 268 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L268

Added line #L268 was not covered by tests

Check warning on line 279 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L277-L279

Added lines #L277 - L279 were not covered by tests

Check warning on line 281 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L281

Added line #L281 was not covered by tests

Check warning on line 286 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L284-L286

Added lines #L284 - L286 were not covered by tests

Check warning on line 288 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L288

Added line #L288 was not covered by tests

Check warning on line 293 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L291-L293

Added lines #L291 - L293 were not covered by tests

Check warning on line 295 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L295

Added line #L295 was not covered by tests

Check warning on line 300 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L298-L300

Added lines #L298 - L300 were not covered by tests

Check warning on line 302 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L302

Added line #L302 was not covered by tests

Check warning on line 307 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L307

Added line #L307 was not covered by tests

Check warning on line 725 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L725

Added line #L725 was not covered by tests

Check warning on line 750 in crates/dojo/types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/types/src/schema.rs#L750

Added line #L750 was not covered by tests

Check warning on line 91 in crates/dojo/world/src/contracts/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/world/src/contracts/model.rs#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 415 in crates/sozo/ops/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L415

Added line #L415 was not covered by tests

Check warning on line 518 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L513-L518

Added lines #L513 - L518 were not covered by tests

Check warning on line 540 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L535-L540

Added lines #L535 - L540 were not covered by tests

Check warning on line 550 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L545-L550

Added lines #L545 - L550 were not covered by tests

Check warning on line 558 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L555-L558

Added lines #L555 - L558 were not covered by tests

Check warning on line 574 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L570-L574

Added lines #L570 - L574 were not covered by tests

Check warning on line 582 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L578-L582

Added lines #L578 - L582 were not covered by tests

Check warning on line 590 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L589-L590

Added lines #L589 - L590 were not covered by tests

Check warning on line 598 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L598

Added line #L598 was not covered by tests