Added documentation for creating tasks#719
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #719 +/- ##
======================================
Coverage 88% 88%
======================================
Files 36 36
Lines 4077 4077
======================================
Hits 3588 3588
Misses 489 489Continue to review full report at Codecov.
|
It failed when the random task already existed.
|
Is this PR ready for review? |
mfeurer
left a comment
There was a problem hiding this comment.
Thanks a lot for this example. In general this looks good and I left a few remarks here and there. The only real issue right now is that it does not execute on the test server. Could you please have a look into that?
|
Ehm, tests now fail because Also, when you said "it does not execute on the test server", did you mean that the test fails or it doesn't even get executed? Do I need to register it somewhere? |
I'd prefer rebase, but merging the development branch into this branch should also be fine. |
|
Looks good overall, I'd be happy to merge once the tests pass |
Documents the task upload functionality.