Closed drazisil-codecov closed 2 months ago
The "upload process" command should cancel any remaining tasks in the chain if one fails.
"Create commit" "Create Report" "Do Upload"
Have to succeed in older and if one errors then there is no chance that the others will correctly succeed (even if they think they did)
Are there examples of this not being the case?
Because looking at the code, the first 2 commands are called with fail_on_error=True (see here and here). And following along the code it ends up exiting the program in case of error (see here)
fail_on_error=True
@giovanni-guidini I thought I saw one, but if the code says we don, then I'll close unless it happens again.
The "upload process" command should cancel any remaining tasks in the chain if one fails.
"Create commit" "Create Report" "Do Upload"
Have to succeed in older and if one errors then there is no chance that the others will correctly succeed (even if they think they did)