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

fix: use sozo manifest when possible to avoid recomputing diff #2649

Merged
merged 4 commits into from
Nov 7, 2024

tests: add missing tests

19ab415
Select commit
Loading
Failed to load commit list.
Merged

fix: use sozo manifest when possible to avoid recomputing diff #2649

tests: add missing tests
19ab415
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 7, 2024 in 0s

67.07% of diff hit (target 57.34%)

View this Pull Request on Codecov

67.07% of diff hit (target 57.34%)

Annotations

Check warning on line 47 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L47

Added line #L47 was not covered by tests

Check warning on line 67 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L67

Added line #L67 was not covered by tests

Check warning on line 85 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L78-L85

Added lines #L78 - L85 were not covered by tests

Check warning on line 87 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L87

Added line #L87 was not covered by tests

Check warning on line 89 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L89

Added line #L89 was not covered by tests

Check warning on line 92 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L92

Added line #L92 was not covered by tests

Check warning on line 106 in bin/sozo/src/commands/call.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/call.rs#L106

Added line #L106 was not covered by tests

Check warning on line 341 in bin/sozo/src/commands/events.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/events.rs#L341

Added line #L341 was not covered by tests

Check warning on line 47 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L47

Added line #L47 was not covered by tests

Check warning on line 82 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 85 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 95 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L87-L95

Added lines #L87 - L95 were not covered by tests

Check warning on line 97 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L97

Added line #L97 was not covered by tests

Check warning on line 99 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L99

Added line #L99 was not covered by tests

Check warning on line 102 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L102

Added line #L102 was not covered by tests

Check warning on line 118 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L109-L118

Added lines #L109 - L118 were not covered by tests

Check warning on line 139 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L139

Added line #L139 was not covered by tests

Check warning on line 144 in bin/sozo/src/commands/execute.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/execute.rs#L141-L144

Added lines #L141 - L144 were not covered by tests

Check warning on line 37 in bin/sozo/src/commands/options/account/controller.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/account/controller.rs#L37

Added line #L37 was not covered by tests

Check warning on line 63 in bin/sozo/src/commands/options/account/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/account/mod.rs#L63

Added line #L63 was not covered by tests

Check warning on line 69 in bin/sozo/src/commands/options/account/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/account/mod.rs#L69

Added line #L69 was not covered by tests

Check warning on line 89 in bin/sozo/src/commands/options/account/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/account/mod.rs#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 98 in bin/sozo/src/commands/options/account/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/account/mod.rs#L98

Added line #L98 was not covered by tests

Check warning on line 158 in bin/sozo/src/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/utils.rs#L158

Added line #L158 was not covered by tests

Check warning on line 160 in bin/sozo/src/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/utils.rs#L160

Added line #L160 was not covered by tests