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

feat(pool): add option to bound task queue #95

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

feat(pool): add option to bound task queue

20335af
Select commit
Loading
Failed to load commit list.
Open

feat(pool): add option to bound task queue #95

feat(pool): add option to bound task queue
20335af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2024 in 0s

93.87% (target 90.00%)

View this Pull Request on Codecov

93.87% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 87.72727% with 27 lines in your changes missing coverage. Please review.

Project coverage is 93.87%. Comparing base (ac7c6a3) to head (20335af).

Files with missing lines Patch % Lines
resultsubpool.go 46.15% 16 Missing and 5 partials ⚠️
pool.go 84.61% 3 Missing and 1 partial ⚠️
internal/linkedbuffer/linkedbuffer.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
- Coverage   95.32%   93.87%   -1.46%     
==========================================
  Files          14       15       +1     
  Lines         855     1028     +173     
==========================================
+ Hits          815      965     +150     
- Misses         36       52      +16     
- Partials        4       11       +7     

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