Skip to content

Commit f7119e0

Browse files
committed
f
1 parent 01eece5 commit f7119e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)