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

Replace custom RecvError with std::io::Error #75

Merged
merged 1 commit into from
May 10, 2024

Replace custom `RecvError` with `std::io::Error`

29ad689
Select commit
Loading
Failed to load commit list.
Merged

Replace custom RecvError with std::io::Error #75

Replace custom `RecvError` with `std::io::Error`
29ad689
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 9, 2024 in 1s

17.14% of diff hit (target 88.79%)

View this Pull Request on Codecov

17.14% of diff hit (target 88.79%)

Annotations

Check warning on line 28 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L25-L28

Added lines #L25 - L28 were not covered by tests

Check warning on line 43 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L43

Added line #L43 was not covered by tests

Check warning on line 49 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L49

Added line #L49 was not covered by tests

Check warning on line 56 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L53-L56

Added lines #L53 - L56 were not covered by tests

Check warning on line 58 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L58

Added line #L58 was not covered by tests

Check warning on line 66 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L60-L66

Added lines #L60 - L66 were not covered by tests

Check warning on line 68 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L68

Added line #L68 was not covered by tests

Check warning on line 71 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L71

Added line #L71 was not covered by tests

Check warning on line 74 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L74

Added line #L74 was not covered by tests

Check warning on line 91 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L76-L91

Added lines #L76 - L91 were not covered by tests

Check warning on line 93 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L93

Added line #L93 was not covered by tests

Check warning on line 96 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L96

Added line #L96 was not covered by tests

Check warning on line 101 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L98-L101

Added lines #L98 - L101 were not covered by tests

Check warning on line 103 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L103

Added line #L103 was not covered by tests

Check warning on line 115 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L115

Added line #L115 was not covered by tests

Check warning on line 119 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L119

Added line #L119 was not covered by tests

Check warning on line 127 in src/frame.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frame.rs#L127

Added line #L127 was not covered by tests

Check warning on line 30 in src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/message.rs#L27-L30

Added lines #L27 - L30 were not covered by tests

Check warning on line 15 in src/request.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/request.rs#L15

Added line #L15 was not covered by tests

Check warning on line 23 in src/request.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/request.rs#L18-L23

Added lines #L18 - L23 were not covered by tests