-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix: DRY-up job class/args extraction #185
Conversation
cc: @jlledom |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #185 +/- ##
==========================================
+ Coverage 98.95% 98.98% +0.03%
==========================================
Files 18 19 +1
Lines 383 396 +13
Branches 55 56 +1
==========================================
+ Hits 379 392 +13
Misses 4 4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LCTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine for me. 👍
Sidekiq::Pro specs pass too! |
Pardon the crudeness of the example, but I had noticed a similar situation to #184 attempting to adopt this gem over the past week or so (
basically when I substitute
My output is
Whereas I was expecting to get the position arguments from the
Is this an incorrect assumption on my part or perhaps a similar snag? |
Will finish this PR and cut patch release this week. |
Related-PR: #184
Released as v1.4.0 |
thanks! will give it a shot :) |
Related-PR: #184