-
-
Notifications
You must be signed in to change notification settings - Fork 212
Added documentation for creating tasks #719
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.