-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make jobMinDuration and jobMaxDuration required #278
Conversation
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.
This looks good. The only thing needed is to pick better commit names
8da60c4
to
6bc287e
Compare
Codecov ReportBase: 90.50% // Head: 90.46% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #278 +/- ##
===========================================
- Coverage 90.50% 90.46% -0.05%
===========================================
Files 54 54
Lines 1401 1395 -6
Branches 223 222 -1
===========================================
- Hits 1268 1262 -6
Misses 129 129
Partials 4 4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
@marco-vb Please update the API documentation with this change. It is stored under docs/ and the syntax resembles markdown, you can read the docs (in the README) to know how to use it.
f0d056a
to
afcc52e
Compare
afcc52e
to
a18f5c1
Compare
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.
LGTM
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.
Looks good!
Closes #263