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

opt: streamline pool implementation to reduce duplicated code #350

Merged
merged 1 commit into from
Jan 12, 2025

opt: streamline pool implementation to reduce duplicated code

7852f9e
Select commit
Loading
Failed to load commit list.
Merged

opt: streamline pool implementation to reduce duplicated code #350

opt: streamline pool implementation to reduce duplicated code
7852f9e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2025 in 0s

89.71% (-0.24%) compared to 4f33c6e, passed because coverage increased by 1.03% when compared to adjusted base (88.67%)

View this Pull Request on Codecov

89.71% (-0.24%) compared to 4f33c6e, passed because coverage increased by 1.03% when compared to adjusted base (88.67%)

Details

Codecov Report

Attention: Patch coverage is 91.60305% with 22 lines in your changes missing coverage. Please review.

Project coverage is 89.71%. Comparing base (4f33c6e) to head (7852f9e).

Files with missing lines Patch % Lines
ants.go 91.66% 14 Missing and 5 partials ⚠️
pool_func.go 86.66% 1 Missing and 1 partial ⚠️
worker.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #350      +/-   ##
==========================================
- Coverage   89.95%   89.71%   -0.24%     
==========================================
  Files          11       11              
  Lines        1005      797     -208     
==========================================
- Hits          904      715     -189     
+ Misses         76       62      -14     
+ Partials       25       20       -5     

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