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.
|
| 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.
It isn't required any longer or is it?
There was a problem hiding this comment.
It is required, but it can be empty.
There was a problem hiding this comment.
would making it truly optional be doable? it is kinda odd to allow for it to be empty as indicator of "optional"
Closes #93.