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

refactor(core): implement FrameConn interface using quic-go #642

Merged
merged 20 commits into from
Nov 14, 2023

fix: new zipper client option passed cover default

caebd4a
Select commit
Loading
Failed to load commit list.
Merged

refactor(core): implement FrameConn interface using quic-go #642

fix: new zipper client option passed cover default
caebd4a
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Nov 14, 2023 in 1s

66.91% of diff hit (target 58.72%)

View this Pull Request on Codecov

66.91% of diff hit (target 58.72%)

Annotations

Check warning on line 87 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L87

Added line #L87 was not covered by tests

Check warning on line 92 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L92

Added line #L92 was not covered by tests

Check warning on line 100 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L100

Added line #L100 was not covered by tests

Check warning on line 118 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L118

Added line #L118 was not covered by tests

Check warning on line 127 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 131 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L131

Added line #L131 was not covered by tests

Check warning on line 135 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L135

Added line #L135 was not covered by tests

Check warning on line 146 in core/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/client.go#L146

Added line #L146 was not covered by tests

Check warning on line 61 in core/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/context.go#L61

Added line #L61 was not covered by tests

Check warning on line 65 in core/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/context.go#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 69 in core/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/context.go#L69

Added line #L69 was not covered by tests

Check warning on line 84 in core/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/context.go#L84

Added line #L84 was not covered by tests

Check warning on line 126 in core/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/context.go#L126

Added line #L126 was not covered by tests

Check warning on line 118 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 132 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L130-L132

Added lines #L130 - L132 were not covered by tests

Check warning on line 148 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 257 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L257

Added line #L257 was not covered by tests

Check warning on line 261 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L261

Added line #L261 was not covered by tests

Check warning on line 373 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L370-L373

Added lines #L370 - L373 were not covered by tests

Check warning on line 379 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L377-L379

Added lines #L377 - L379 were not covered by tests

Check warning on line 467 in core/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/server.go#L466-L467

Added lines #L466 - L467 were not covered by tests

Check warning on line 21 in pkg/listener/quic/quic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/listener/quic/quic.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 46 in pkg/listener/quic/quic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/listener/quic/quic.go#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 51 in pkg/listener/quic/quic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/listener/quic/quic.go#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 83 in pkg/listener/quic/quic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/listener/quic/quic.go#L82-L83

Added lines #L82 - L83 were not covered by tests