We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb27cf1 + 3b6ca91 commit 4d5fdb4Copy full SHA for 4d5fdb4
.github/workflows/reusable-tox.yml
@@ -400,6 +400,9 @@ jobs:
400
!cancelled()
401
&& steps.tox-run.outputs.test-result-files != ''
402
uses: codecov/test-results-action@44ecb3a270cd942bdf0fa8f2ce14cb32493e810a # v1.0.3
403
+ # FIXME 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
406
with:
407
disable_search: true
408
fail_ci_if_error: >-
0 commit comments