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

RCP-240313B: Abstract script and type libraries out of consensus structures #221

Closed
wants to merge 1 commit into from

epic: abstract script and type libraries out of consensus structures

e3966db
Select commit
Loading
Failed to load commit list.
Closed

RCP-240313B: Abstract script and type libraries out of consensus structures #221

epic: abstract script and type libraries out of consensus structures
e3966db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 13, 2024 in 1s

5.0% of diff hit (target 60.0%)

View this Pull Request on Codecov

5.0% of diff hit (target 60.0%)

Annotations

Check warning on line 158 in src/schema/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema.rs#L158

Added line #L158 was not covered by tests

Check warning on line 199 in src/schema/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema.rs#L199

Added line #L199 was not covered by tests

Check warning on line 90 in src/schema/script.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/script.rs#L90

Added line #L90 was not covered by tests

Check warning on line 110 in src/schema/script.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/script.rs#L110

Added line #L110 was not covered by tests

Check warning on line 112 in src/schema/script.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/script.rs#L112

Added line #L112 was not covered by tests

Check warning on line 78 in src/validation/consignment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/consignment.rs#L73-L78

Added lines #L73 - L78 were not covered by tests

Check warning on line 80 in src/validation/consignment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/consignment.rs#L80

Added line #L80 was not covered by tests

Check warning on line 141 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L138-L141

Added lines #L138 - L141 were not covered by tests

Check warning on line 147 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L146-L147

Added lines #L146 - L147 were not covered by tests

Check warning on line 164 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L164

Added line #L164 was not covered by tests

Check warning on line 167 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L167

Added line #L167 was not covered by tests

Check warning on line 205 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L205

Added line #L205 was not covered by tests

Check warning on line 211 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L211

Added line #L211 was not covered by tests

Check warning on line 224 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L224

Added line #L224 was not covered by tests

Check warning on line 268 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L268

Added line #L268 was not covered by tests

Check warning on line 343 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L343

Added line #L343 was not covered by tests

Check warning on line 391 in src/validation/logic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/logic.rs#L380-L391

Added lines #L380 - L391 were not covered by tests

Check warning on line 77 in src/validation/validator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/validator.rs#L77

Added line #L77 was not covered by tests

Check warning on line 84 in src/validation/validator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/validator.rs#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 128 in src/validation/validator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/validator.rs#L128

Added line #L128 was not covered by tests

Check warning on line 139 in src/validation/validator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/validator.rs#L139

Added line #L139 was not covered by tests

Check warning on line 154 in src/validation/validator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/validation/validator.rs#L152-L154

Added lines #L152 - L154 were not covered by tests

Check warning on line 51 in src/vm/runtime.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/runtime.rs#L43-L51

Added lines #L43 - L51 were not covered by tests

Check warning on line 112 in src/vm/runtime.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/runtime.rs#L111-L112

Added lines #L111 - L112 were not covered by tests