Skip to content

Commit 3b6ca91

Browse files
authored
chore(codecov): Ignore errors during codecov upload (#846)
1 parent c949dd2 commit 3b6ca91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 3 additions & 0 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+
# 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
403406
with:
404407
disable_search: true
405408
fail_ci_if_error: >-

0 commit comments

Comments
 (0)