Skip to content

Commit 01eece5

Browse files
committed
chore(codecov): Ignore errors during codecov upload
1 parent c949dd2 commit 01eece5

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
@@ -419,3 +419,6 @@ jobs:
419419
steps.python-install.outputs.python-version
420420
}}
421421
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)