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 worker management #312

Merged
merged 17 commits into from
Mar 23, 2024
Merged

Refactor worker management #312

merged 17 commits into from
Mar 23, 2024

Conversation

fafhrd91
Copy link
Member

No description provided.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 85.27363% with 148 lines in your changes are missing coverage. Please review.

Project coverage is 91.14%. Comparing base (ca16e4a) to head (5b18a64).

Files Patch % Lines
ntex-server/src/manager.rs 82.11% 39 Missing ⚠️
ntex-server/src/wrk.rs 84.21% 30 Missing ⚠️
ntex/src/server/service.rs 86.13% 14 Missing ⚠️
ntex-server/src/server.rs 79.36% 13 Missing ⚠️
ntex/src/server/accept.rs 80.32% 12 Missing ⚠️
ntex-server/src/signals.rs 58.33% 10 Missing ⚠️
ntex/src/server/factory.rs 92.47% 7 Missing ⚠️
ntex-server/src/lib.rs 55.55% 4 Missing ⚠️
ntex/src/server/config.rs 96.52% 4 Missing ⚠️
ntex-server/src/pool.rs 90.32% 3 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
+ Coverage   90.69%   91.14%   +0.44%     
==========================================
  Files         191      197       +6     
  Lines       31556    31540      -16     
==========================================
+ Hits        28619    28746     +127     
+ Misses       2937     2794     -143     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fafhrd91 fafhrd91 merged commit d393d87 into master Mar 23, 2024
22 of 23 checks passed
@fafhrd91 fafhrd91 deleted the refactor-worker branch March 23, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant