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

Support generic interface on contract #237

Merged

feat: Support generic interface implemented on contract

629f3a2
Select commit
Loading
Failed to load commit list.
Merged

Support generic interface on contract #237

feat: Support generic interface implemented on contract
629f3a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 18, 2023 in 0s

79.83% of diff hit (target 89.05%)

View this Pull Request on Codecov

79.83% of diff hit (target 89.05%)

Annotations

Check warning on line 15 in sylvia-derive/src/check_generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/check_generics.rs#L15

Added line #L15 was not covered by tests

Check warning on line 27 in sylvia-derive/src/check_generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/check_generics.rs#L27

Added line #L27 was not covered by tests

Check warning on line 166 in sylvia-derive/src/interfaces.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/interfaces.rs#L161-L166

Added lines #L161 - L166 were not covered by tests

Check warning on line 169 in sylvia-derive/src/interfaces.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/interfaces.rs#L169

Added line #L169 was not covered by tests

Check warning on line 1217 in sylvia-derive/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/message.rs#L1214-L1217

Added lines #L1214 - L1217 were not covered by tests

Check warning on line 1220 in sylvia-derive/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/message.rs#L1219-L1220

Added lines #L1219 - L1220 were not covered by tests

Check warning on line 1223 in sylvia-derive/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/message.rs#L1223

Added line #L1223 was not covered by tests

Check warning on line 160 in sylvia-derive/src/parser.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/parser.rs#L160

Added line #L160 was not covered by tests

Check warning on line 42 in sylvia/tests/generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/generics.rs#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 47 in sylvia/tests/generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/generics.rs#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 65 in sylvia/tests/generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/generics.rs#L65

Added line #L65 was not covered by tests

Check warning on line 70 in sylvia/tests/generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/generics.rs#L70

Added line #L70 was not covered by tests

Check warning on line 74 in sylvia/tests/generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/generics.rs#L74

Added line #L74 was not covered by tests

Check warning on line 79 in sylvia/tests/generics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/generics.rs#L79

Added line #L79 was not covered by tests