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

Conversation

spencewenski
Copy link
Member

Closes #189

Copy link

codecov bot commented Jun 7, 2024

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.

@spencewenski spencewenski merged commit 31c0e65 into main Jun 7, 2024
11 of 12 checks passed
@spencewenski spencewenski deleted the gh-189-generic-service-2 branch June 7, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic service support
1 participant