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: queue pr part 1 #808

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Merge branch 'master' into haozi/queue1

9c3155b
Select commit
Loading
Failed to load commit list.
Open

refactor: queue pr part 1 #808

Merge branch 'master' into haozi/queue1
9c3155b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 9, 2025 in 1s

69.41% (-0.16%) compared to 634f3b3

View this Pull Request on Codecov

69.41% (-0.16%) compared to 634f3b3

Details

Codecov Report

Attention: Patch coverage is 65.11628% with 105 lines in your changes missing coverage. Please review.

Project coverage is 69.41%. Comparing base (634f3b3) to head (9c3155b).

Files with missing lines Patch % Lines
queue/driver_sync.go 28.00% 16 Missing and 2 partials ⚠️
queue/driver_machinery.go 62.22% 17 Missing ⚠️
queue/config.go 52.17% 9 Missing and 2 partials ⚠️
queue/driver.go 42.10% 11 Missing ⚠️
queue/job.go 54.16% 10 Missing and 1 partial ⚠️
mail/application.go 0.00% 9 Missing ⚠️
queue/driver_async.go 82.97% 7 Missing and 1 partial ⚠️
queue/service_provider.go 0.00% 8 Missing ⚠️
queue/worker.go 89.36% 3 Missing and 2 partials ⚠️
queue/application.go 82.60% 4 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #808      +/-   ##
==========================================
- Coverage   69.57%   69.41%   -0.16%     
==========================================
  Files         215      219       +4     
  Lines       18499    18606     +107     
==========================================
+ Hits        12870    12915      +45     
- Misses       4962     5027      +65     
+ Partials      667      664       -3     

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