-
Notifications
You must be signed in to change notification settings - Fork 4
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
[BREAKING] Redo path specifications #98
Conversation
Codecov Report
@@ Coverage Diff @@
## master #98 +/- ##
===========================================
- Coverage 72.95% 40.54% -32.42%
===========================================
Files 9 8 -1
Lines 821 851 +30
Branches 121 127 +6
===========================================
- Hits 599 345 -254
- Misses 179 506 +327
+ Partials 43 0 -43
Continue to review full report at Codecov.
|
README.rst
Outdated
current working directory) in which the job's logs will be saved. | ||
See "`Path Templates`_" for more information. | ||
``paths`` | ||
*(required)* A mapping giving `template strings <Path Templates_>`_ |
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.
It isn't required any longer or is it?
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.
It is required, but it can be empty.
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.
would making it truly optional be doable? it is kinda odd to allow for it to be empty as indicator of "optional"
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.
It's now optional.
Closes #93.