Skip to content

feat: set poolSize and poolTimeout for manager

47a5975
Select commit
Loading
Failed to load commit list.
Merged

feat: set poolSize and poolTimeout for manager #4089

feat: set poolSize and poolTimeout for manager
47a5975
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2025 in 1s

33.18% (target 33.00%)

View this Pull Request on Codecov

33.18% (target 33.00%)

Details

Codecov Report

Attention: Patch coverage is 40.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 33.18%. Comparing base (93aefb4) to head (47a5975).

Files with missing lines Patch % Lines
manager/database/database.go 0.00% 2 Missing ⚠️
pkg/redis/redis.go 0.00% 2 Missing ⚠️
scheduler/scheduler.go 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4089      +/-   ##
==========================================
- Coverage   33.18%   33.18%   -0.01%     
==========================================
  Files         346      346              
  Lines       40581    40589       +8     
==========================================
+ Hits        13468    13469       +1     
- Misses      26220    26227       +7     
  Partials      893      893              
Files with missing lines Coverage Δ
scheduler/config/config.go 86.11% <100.00%> (+0.12%) ⬆️
manager/database/database.go 0.00% <0.00%> (ø)
pkg/redis/redis.go 34.92% <0.00%> (-1.15%) ⬇️
scheduler/scheduler.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.