-
Notifications
You must be signed in to change notification settings - Fork 137
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: job config #402
feat: job config #402
Conversation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
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.
Thank you @jolheiser!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #402 +/- ##
==========================================
- Coverage 50.52% 50.40% -0.13%
==========================================
Files 107 133 +26
Lines 8209 11327 +3118
==========================================
+ Hits 4148 5709 +1561
- Misses 3767 5178 +1411
- Partials 294 440 +146
☔ View full report in Codecov by Sentry. |
Signed-off-by: jolheiser <john.olheiser@gmail.com>
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.
You need to add the
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Resolves #361
Initially considered using a map, but this is more explicit which I think is better overall.