File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,9 @@ jobs:
400400 !cancelled()
401401 && steps.tox-run.outputs.test-result-files != ''
402402 uses : codecov/test-results-action@44ecb3a270cd942bdf0fa8f2ce14cb32493e810a # v1.0.3
403+ # There is a bug in action which provokes it to fail during upload
404+ # Related issue: https://github.com/codecov/codecov-action/issues/1794
405+ continue-on-error : true
403406 with :
404407 disable_search : true
405408 fail_ci_if_error : >-
@@ -419,6 +422,3 @@ jobs:
419422 steps.python-install.outputs.python-version
420423 }}
421424 token : ${{ secrets.codecov-token }}
422- # There is a bug in action which provokes it to fail during upload
423- # Related issue: https://github.com/codecov/codecov-action/issues/1794
424- continue-on-error : true
You can’t perform that action at this time.
0 commit comments