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

Use async fn in trait for Service definition #36

Merged
merged 2 commits into from
Jan 7, 2024

wip

963e44f
Select commit
Loading
Failed to load commit list.
Merged

Use async fn in trait for Service definition #36

wip
963e44f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 7, 2024 in 0s

42.33% of diff hit (target 48.27%)

View this Pull Request on Codecov

42.33% of diff hit (target 48.27%)

Annotations

Check warning on line 141 in codec/src/types/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/src/types/mod.rs#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 73 in src/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connection.rs#L73

Added line #L73 was not covered by tests

Check warning on line 90 in src/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connection.rs#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 98 in src/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connection.rs#L95-L98

Added lines #L95 - L98 were not covered by tests

Check warning on line 100 in src/client/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connection.rs#L100

Added line #L100 was not covered by tests

Check warning on line 84 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L84

Added line #L84 was not covered by tests

Check warning on line 97 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 152 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L152

Added line #L152 was not covered by tests

Check warning on line 187 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L187

Added line #L187 was not covered by tests

Check warning on line 217 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L217

Added line #L217 was not covered by tests

Check warning on line 271 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L271

Added line #L271 was not covered by tests

Check warning on line 290 in src/client/connector.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/client/connector.rs#L290

Added line #L290 was not covered by tests

Check warning on line 82 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 87 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 91 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L91

Added line #L91 was not covered by tests

Check warning on line 95 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L95

Added line #L95 was not covered by tests

Check warning on line 101 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L101

Added line #L101 was not covered by tests

Check warning on line 105 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 181 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L181

Added line #L181 was not covered by tests

Check warning on line 190 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L190

Added line #L190 was not covered by tests

Check warning on line 285 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L285

Added line #L285 was not covered by tests

Check warning on line 332 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L332

Added line #L332 was not covered by tests

Check warning on line 360 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L360

Added line #L360 was not covered by tests

Check warning on line 367 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L367

Added line #L367 was not covered by tests

Check warning on line 371 in src/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/connection.rs#L371

Added line #L371 was not covered by tests