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

socket:// transport (socketpair) #1742

Closed
wants to merge 1 commit into from

fixes #1746 Create a new socket:// transport for socketpair() based c…

16d3140
Select commit
Loading
Failed to load commit list.
Closed

socket:// transport (socketpair) #1742

fixes #1746 Create a new socket:// transport for socketpair() based c…
16d3140
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 29, 2023 in 1s

78.77% of diff hit (target 79.42%)

View this Pull Request on Codecov

78.77% of diff hit (target 79.42%)

Annotations

Check warning on line 24 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L24

Added line #L24 was not covered by tests

Check warning on line 27 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 29 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L29

Added line #L29 was not covered by tests

Check warning on line 83 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L83

Added line #L83 was not covered by tests

Check warning on line 89 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L87-L89

Added lines #L87 - L89 were not covered by tests

Check warning on line 96 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L96

Added line #L96 was not covered by tests

Check warning on line 98 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L98

Added line #L98 was not covered by tests

Check warning on line 103 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L100-L103

Added lines #L100 - L103 were not covered by tests

Check warning on line 105 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L105

Added line #L105 was not covered by tests

Check warning on line 114 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L114

Added line #L114 was not covered by tests

Check warning on line 120 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L118-L120

Added lines #L118 - L120 were not covered by tests

Check warning on line 148 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 215 in src/core/sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/sockfd.c#L215

Added line #L215 was not covered by tests

Check warning on line 84 in src/platform/posix/posix_peerid.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_peerid.c#L84

Added line #L84 was not covered by tests

Check warning on line 95 in src/platform/posix/posix_peerid.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_peerid.c#L95

Added line #L95 was not covered by tests

Check warning on line 26 in src/platform/posix/posix_socketpair.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_socketpair.c#L26

Added line #L26 was not covered by tests

Check warning on line 42 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L42

Added line #L42 was not covered by tests

Check warning on line 58 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 72 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 107 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L107

Added line #L107 was not covered by tests

Check warning on line 122 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L120-L122

Added lines #L120 - L122 were not covered by tests

Check warning on line 135 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 142 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L138-L142

Added lines #L138 - L142 were not covered by tests

Check warning on line 166 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L166

Added line #L166 was not covered by tests

Check warning on line 168 in src/platform/posix/posix_sockfd.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/posix/posix_sockfd.c#L168

Added line #L168 was not covered by tests