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 runtime handle for Server::run_server_on_runtime and http::run_http_server instead of runtime #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

use runtime handle instead of runtime

1dc3cc7
Select commit
Loading
Failed to load commit list.
Open

use runtime handle for Server::run_server_on_runtime and http::run_http_server instead of runtime #416

use runtime handle instead of runtime
1dc3cc7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 29, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 76 in lib/src/server/http/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/server/http/mod.rs#L76

Added line #L76 was not covered by tests

Check warning on line 90 in lib/src/server/http/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/server/http/mod.rs#L90

Added line #L90 was not covered by tests

Check warning on line 264 in lib/src/server/server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/server/server.rs#L264

Added line #L264 was not covered by tests

Check warning on line 150 in samples/demo-server/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

samples/demo-server/src/main.rs#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 152 in samples/demo-server/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

samples/demo-server/src/main.rs#L152

Added line #L152 was not covered by tests

Check warning on line 156 in samples/demo-server/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

samples/demo-server/src/main.rs#L156

Added line #L156 was not covered by tests

Check warning on line 163 in samples/demo-server/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

samples/demo-server/src/main.rs#L163

Added line #L163 was not covered by tests

Check warning on line 169 in samples/demo-server/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

samples/demo-server/src/main.rs#L169

Added line #L169 was not covered by tests