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

Add a generic app service to run an async function as a service #201

Merged
merged 2 commits into from
Jun 7, 2024

Update FunctionService doctest to only run with default features

e899d2d
Select commit
Loading
Failed to load commit list.
Merged

Add a generic app service to run an async function as a service #201

Update FunctionService doctest to only run with default features
e899d2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 7, 2024 in 1s

45.36% (+0.38%) compared to b0f89fe

View this Pull Request on Codecov

45.36% (+0.38%) compared to b0f89fe

Details

Codecov Report

Attention: Patch coverage is 62.83784% with 55 lines in your changes missing coverage. Please review.

Project coverage is 45.36%. Comparing base (b0f89fe) to head (e899d2d).

Files Coverage Δ
src/service/mod.rs 40.00% <ø> (-13.85%) ⬇️
src/service/registry.rs 98.24% <96.00%> (+0.32%) ⬆️
src/service/grpc/service.rs 0.00% <0.00%> (ø)
src/service/worker/sidekiq/service.rs 33.87% <83.33%> (-3.06%) ⬇️
src/service/worker/sidekiq/builder.rs 55.00% <16.66%> (-0.86%) ⬇️
src/service/http/builder.rs 28.57% <0.00%> (-1.06%) ⬇️
src/service/http/service.rs 19.75% <0.00%> (-0.76%) ⬇️
src/service/function/service.rs 61.53% <61.53%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0f89fe...e899d2d. Read the comment docs.